Skip to content

somay-jalan/gvss24

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GVSS Assignment

Make sure that GLEW, glm, and SDL2 are installed. Ideally, these should be installed by your package manager rather than manually (at least, if you are on Linux or Mac).

Then compile the code using the standard CMake procedure:

mkdir build
cd build
cmake ..
make

Gists: https://gist.github.com/rupeshkmr/29b0c7e0a66ab99e8e078346ad56fb3f - Viewport

https://gist.github.com/rupeshkmr/fa9b5478f61bb51e1482ee2199133ab8 - ray

https://gist.github.com/rupeshkmr/e4294aca9ee32a8bedc82b672e7b7789 - hit sphere
https://gist.github.com/rupeshkmr/493316dbed5913028370944c357b141d - ray color

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.4%
  • Other 0.6%