Skip to content
/ Turbo Public

Simple 3D renderer using GLFW and modern OpenGL

License

Notifications You must be signed in to change notification settings

SGauvin/Turbo

Repository files navigation

Simple basic 3D renderer using GLFW and modern OpenGL

  1. Can load and render GLTF models with color textures
  2. Super cool input manager!

Compilation instructions

On Ubuntu

Install xorg-dev.

After cloning the repo with git clone --recurse-submodules cd into it and

mkdir build && cd build
cmake ..
make -j8
./game

About

Simple 3D renderer using GLFW and modern OpenGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages