Skip to content
This repository has been archived by the owner on Nov 13, 2019. It is now read-only.

devxkh/FrankE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FrankE [Discontinued]

Frankenstein 3D Engine (MIT) - x64

  • main / rendererthread(Ogre3D)
  • inputmapping (thor/ SDL2)
  • bullet physics
  • networking (enet)
  • entity componentsystem (entityx)
  • simple UI (based on / heavy modified SFGUI)
  • lua scripting (sol2)
  • binary data files (flatbuffer)
  • database (sqlite)
  • sound (FMOD)

Building

use CMakeLists.txt

TODO: currently there are still some special cmake settings necessary

EDITOR

  • VEX Client/Server Editor(WPF) for FrankE

Examples

Controller Example

can move any entity with an attached body component.

Example-Controller

UI Example

Test ui widgets.

  • text input
  • button
  • label
  • layouters (box, alignment)
  • image

UI-Controller