Skip to content

C++ CUDA & OpenCL implementations for a shader sandbox

Notifications You must be signed in to change notification settings

baltermia/shader-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💫 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:

About

C++ CUDA & OpenCL implementations for a shader sandbox

Resources

Stars

Watchers

Forks

Releases

No releases published