Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nitor - OpenGL 3D Graphics Engine

Image Model: https://sketchfab.com/3d-models/riot-mech-model-7b8738c8b0ed4561814856503a4642fb

Features

  • Physically-Based Rendering (PBR)
  • Directional Lighting
  • Cascaded Shadow Mapping
  • Texture Loading and Model Importing
  • Entity Component System (ECS)

Camera Controls

  • Scene must be in focus, click on an empty space outside of the GUI.
  • Press WASD keys to move.
  • Right mouse click and drag to rotate .

Requirements

  • Language: C++17
  • API: OpenGL 4.6

Build with CMake

Windows

mkdir build
cd build
cmake ..
cmake --build . -- /m:4

Unix/Linux

mkdir build
cd build
cmake ..
cmake --build . -j4

Libraries

Resources

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages