3D C++ Game Engine - yet another open source game engine
Find a file
Mikulas Florek 94aee61168 typo
2013-11-30 17:24:44 +01:00
editor_ng master merged 2013-11-30 17:22:53 +01:00
external appveyor deploy script test 2013-11-29 02:01:29 +01:00
projects native part of the log system; icons and time in the log system gui 2013-11-29 16:12:09 +01:00
src typo 2013-11-30 17:24:44 +01:00
.gitignore first commit 2013-11-21 15:44:31 +01:00
LuxEngine.sln navigation as plugin 2013-11-28 23:07:55 +01:00
README.md updated readme 2013-11-29 22:19:24 +01:00

LuxEngine

3d game engine

Data

data can be found at https://dl.dropboxusercontent.com/u/28934398/luxengine_data.zip

TODO

  • Entity names
  • Path class
  • script compilation in editor, not in engine
  • new renderer (no 3rd party)
  • finish tcp file system
  • std int types
  • macros for new/delete, platform, assert
  • log system
  • Atomic increment / decrement