SkillAgentSearch skills...

Armory2d

2D Editor

Install / Use

/learn @deprecated-armory3d/Armory2d
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Clone repository

  • git clone --recursive https://github.com/armory3d/armory2d
  • cd armory2d
  • git submodule foreach --recursive git pull origin master
  • git pull origin master

Run in KodeStudio (HTML5)

Build for Armory (Krom)

Windows

  • node Kha/make krom -g direct3d11
  • Copy files from build/krom to ArmorySDK/lib/armory_tools/armory2d/d3d11

Linux / macOS

  • node Kha/make krom -g opengl
  • Copy files from build/krom to ArmorySDK/lib/armory_tools/armory2d/opengl

Related Skills

View on GitHub
GitHub Stars85
CategoryDevelopment
Updated1mo ago
Forks23

Languages

Haxe

Security Score

90/100

Audited on Feb 3, 2026

No findings