An open API service indexing awesome lists of open source software.

https://github.com/fasterthanlime/inception-engine

flexible game engine in ooc, with an ingame console to adjust everything in realtime
https://github.com/fasterthanlime/inception-engine

Last synced: 4 months ago
JSON representation

flexible game engine in ooc, with an ingame console to adjust everything in realtime

Awesome Lists containing this project

README

          

inception engine is a 3D game engine written in ooc.

as stereotypical as it may sound, it's actually quite interesting.

everything's an entity, every entity has properties, properties can be
explored and modified in realtime thanks to the in-game console. it has
a cost in performance but gives a real boost in development time.

Dependencies
============

* - for using OpenGL and its extensions
* - for stuff that should've been in OpenGL all along
* - for TrueType fonts in widgets/the console
* - for window creation, event handling, sdl-image for textures