Skip to content

Bubbers/Bubba-3D

Repository files navigation

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