Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Vethanis/renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

renderer

Messing about with deferred shading and triangles.

Video

Controls:

Input Action
Mouse movement Look around
W Move forward
S Move backward
A Move left
D Move right
Left shift Move down
Spacebar Move up
E Set light direction
ESC Close program
1-9 Render Mode Select

Dependencies:

  • OpenGL 4.3
  • glew
  • glfw3
  • glm
  • c++11 compiler
  • cmake

Building:

  • mkdir build
  • cd build
  • cmake .. -G "your platform"
  • cd ..
  • cmake --build build --config Release

Running:

  • cd bin
  • ./main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published