SGauvin / Turbo

Simple 3D renderer using GLFW and modern OpenGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C++ 73.0%Language:C 26.0%Language:CMake 0.7%Language:GLSL 0.3%