/Bubba-3D

3D game engine using OpenGL.

Primary LanguageCGNU Lesser General Public License v3.0LGPL-3.0

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