Duin 0.0.1
Game Engine
|
Duin Engine is small C++ game engine. It is based on an ECS design.
Currently it is only available for Windows (x64). Sorry about that.
Currently the engine is super early in development. As such, a proper build system and project configuration has not been set up yet.
To build the dependencies, run:
Specific dependencies can be built with --deps --[DEP]
To just generate the project files, run:
To create a new project, currently one has to add the project to the bottom of the root premake5.lua
, and then use one of the ExampleProject
s as a template for your own project. This will be fixed in the future.
See ToDo for planned features.