Skip to content

bkuolt/bgl-3D-model-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C/C++ CI

Screenshot

Installation and Building

git clone https://github.com/bkuolt/bgl-demo
cd bgl-demo
./install.sh
cd src
make

Run

    make run

or run ./demo <path-to-your model> to view your custom models.

Features

  • Model loading and rendering
    • static meshes
    • support for 1 difuse map
  • Lighting
    • up to 5 directional lights
  • Motion Blurring
  • FSAA

Controls

Keyboard

Key
ESC Terminate
SIGINT Terminate
SIGHUP Terminate

Tech Stack