/Fractal_Engine

3D game engine with editor and other stuff

Primary LanguageC++OtherNOASSERTION

Fractal Game Engine!

Fractal Engine its 3D Game Engine

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

Screen Shot

Docs

  • Documentation Coming Soon

Buliding C# Scripts

You must have Mono to build a C# script.

The command to build:

csc YourScript.cs -target:library -r:Fractal.dll

More

Bulid

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