Skip to content

iztokbajcar/blimp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blimp

A simple 3D graphics engine.

Prerequisites

To use the engine, you will need:

To generate documentation and a simple demo, you will also need:

On Linux, you can install these with your package manager.

  • using apt:
apt-get install doxygen g++ libglew-dev libglfw3-dev libglm-dev libsoil-dev make
  • using pacman:
pacman -S doxygen gcc glew glfw glm make soil

Docs

To generate the documentation, run:

make docs

Demo

To build and run the demo, run:

make demo
demo/bin/demo

About

A simple 3D graphics engine in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published