Skip to content

justinac0/shady

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shady

Shady is a simple glsl writing environment created for rapid shader development.

Compiling

Dependencies

Linux

[setup]

  • Download premake executable premake [building]
  • Install GLFW development binaries
  • Run premake5 gmake2 in project directory
  • Run make all in project directory

[cleanup]

  • Run make clean in project directory

Windows

[building]

  • Run premake5 vs2019 in project directory
  • Open *.sln file with Visual Studio (Community/Entiprise)
  • If you have Cygwin gcc/g++ compilers installed you can follow the Linux building section.

Showcase

3 ray traced spheres, left dialetric, middle normal, right metal. Adapted from ray tracing in one weekend (book 1)

examples/rtw1

Program Flow

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published