Skip to content

FableMakerEngine/editor

Repository files navigation

Fable Maker Editor

The game editor used by Fable Maker

Development

  • Clone the repository
git clone https://gitlab.com/FableMakerEngiine/editor

Install dependencies

Install Haxe

Install ceramic

haxelib install ceramic

install ceramic globally

haxelib run ceramic setup

Install ceramic locally

haxelib run ceramic setup -cwd path/to/project/libs/ceramic

Install HaxeUI

haxelib git haxeui-core https://github.com/haxeui/haxeui-core
haxelib git haxeui-ceramic https://github.com/Jarrio/haxeui-ceramic

Test Editor

ceramic clay run web --setup --assets

or just run the build task within VSCode.

Contribute

Read the Contribution guide

License

License: MIT Currently under the MIT license