About
L-Ed is a modern, lightweight and open-source 2D level editor.
Links: Official website | Haxe API (on GitHub)
Building from source
Requirements
- Haxe compiler: you need an up-to-date and working Haxe install to build L-Ed.
- NPM: this package manager is used for various install and packaging scripts
Install required haxe libs:
haxelib git heaps https://github.com/HeapsIO/heaps.githaxelib git hxnodejs https://github.com/HaxeFoundation/hxnodejs.githaxelib git electron https://github.com/tong/hxelectron.githaxelib git deepnightLibs https://github.com/deepnight/deepnightLibs.git
Install all other required dependencies:
- open a command line inside the
appfolder, - run
npm i
Compiling
Run either:
-
haxe app.hxml(release version) -
npm run compilefrom the app folder (same effect as above) -
haxe app.debug.hxml(debug version)