Not Finished yet
Features:
- Editor
- Loading 3D models
- Fully Featured ECS(Entity-Component-System)
- Scene System
- Prototype of C# Scripting
- Tools like (Move,Rotate,Scale)
Features to do:
- Collision system
- Launcher
- Bulid system
- C++ Scripting
- Lua Scripting
- Cmake Bulid
- Asset Browser
- Documentation Coming Soon
You must have Mono to build a C# script.
The command to build:
csc YourScript.cs -target:library -r:Fractal.dll
To bulid you need :
- GLM
- Glew
- GLFW
- ASSIMP
- TinyXML
- Mono
and Cmake or Visual Studio
To install this libaries on Ubuntu/Debian type
$ sh lib/lib.sh