Skip to content

Latest commit

 

History

History
23 lines (10 loc) · 402 Bytes

File metadata and controls

23 lines (10 loc) · 402 Bytes

RenderToy

Collaborative project to develop renderers, scenes and computer graphic techniques.

Dependencies

  • Numpy (array and math computations on host)

conda install numpy

  • pyopencl (parallel computation with OpenCL)

conda install pyopencl

You might need to add conda-forge in your sources.

  • PySDL2 (Rendering in a cross-platform window)

conda install -c conda-forge pysdl2