Bubbers / Bubba-3D

3D game engine using OpenGL.
https://bubbers.github.io/Bubba-3D/
GNU Lesser General Public License v3.0
9 stars 1 forks source link
bubba-3d c-plus-plus cmake engine engine3d game gameengine opengl

Bubba-3D Build Status 'LGPL3'

About

This is a small 3D Game-Engine programmed in C++ using openGL. Originally implemented as a school project, now extended for fun!

Usage

Tutorials can be found on the wiki

How the various classes work can be found in the API documentation

Installation

Requirements:

Installing dependencies

See wiki

Compile using cmake:

mkdir build
cd build
cmake ..
make