Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 738 Bytes

File metadata and controls

15 lines (10 loc) · 738 Bytes

armory2d

Stand-alone 2D editor focused on games. Used in Armory, written in Haxe and Kha.

Armory2D outputs a json or binary file representing the scene components. This file can be rendered through Zui library. Alternatively, it is possible to implement and read the Canvas structure manually in any application.

Run

  • git clone --recursive https://github.com/armory3d/armory2d
  • cd armory2d
  • git submodule foreach --recursive git pull origin master
  • git pull origin master
  • Drop cloned armory2d folder into KodeStudio