3D C++ Game Engine - yet another open source game engine
Find a file
2013-11-28 01:02:26 +01:00
editor_ng engine plugin system; physics is an engine plugin 2013-11-28 01:02:26 +01:00
external first commit 2013-11-21 15:44:31 +01:00
projects engine plugin system; physics is an engine plugin 2013-11-28 01:02:26 +01:00
src engine plugin system; physics is an engine plugin 2013-11-28 01:02:26 +01:00
.gitignore first commit 2013-11-21 15:44:31 +01:00
LuxEngine.sln engine plugin system; physics is an engine plugin 2013-11-28 01:02:26 +01:00
README.md readme updated 2013-11-26 22:30:53 +01:00

LuxEngine

3d game engine

TODO

  • Entity names
  • physics and navigation as DLLs
  • Path class
  • script compilation in editor, not in engine
  • new renderer (no 3rd party)
  • finish tcp file system
  • consistent naming of member variables
  • std int types
  • macros for new/delete, platform, assert
  • log system
  • Atomic increment / decrement