ldtk_cn

2D level editor


Keywords
2d, electron, game-development, haxe, haxe-libs, level-editor
License
MIT
Install
npm install ldtk_cn@1.1.3

Documentation

About

L-Ed is a modern, lightweight and open-source 2D level editor.

Links: Official website | Haxe API (on GitHub)

Build Status

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.git
  • haxelib git hxnodejs https://github.com/HaxeFoundation/hxnodejs.git
  • haxelib git electron https://github.com/tong/hxelectron.git
  • haxelib git deepnightLibs https://github.com/deepnight/deepnightLibs.git

Install all other required dependencies:

  • open a command line inside the app folder,
  • run npm i

Compiling

Run either:

  • haxe app.hxml (release version)
  • npm run compile from the app folder (same effect as above)
  • haxe app.debug.hxml (debug version)