3D C++ Game Engine - yet another open source game engine
3d-game-enginedata-oriented-designeditorentity-component-systemgame-developmentgame-enginelinuxwindows
editor_ng | ||
external | ||
projects | ||
src | ||
.gitignore | ||
LuxEngine.sln | ||
README.md |
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