Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.05 KB

💫 Shader Sandbox ✧˖°.

C++ CUDA & OpenCL implementations for a shader sandbox

Inspiration taken from Inigo Quilez' awesome Shadertoy.

Requirements

  1. CUDA Toolkit (also contains OpenCL)

Dependencies

  1. lodepng PNG-Library
    • Install with vcpkg: vcpkg install lodepng
  2. GLFW & GLAD
    • vcpkg install glad glfw3

Note: The dependencies do not need to be installed with vcpkg. They can also be manually linked in each project. Simple vcpkg Starting-Guide: baltermia/docs/Tools/vcpkg.md

Usefule References

These can help while coding: