2023-02-27 21:13:25 +01:00
2023-02-09 11:39:41 +01:00
2023-02-23 13:58:26 +01:00
2023-02-27 21:13:25 +01:00
2023-02-27 21:13:25 +01:00
2023-02-27 21:13:25 +01:00
2023-02-26 16:55:55 +01:00
2019-08-20 10:45:37 +02:00
2023-02-13 20:27:32 +01:00
2023-02-08 14:40:15 +01:00
2023-02-08 14:33:39 +01:00

armortools

3D content creation tools.

armorpaint/
armorlab/

Updating cloned repository

git pull origin main
git submodule update --init --recursive
# Delete `armorpaint/build` directory if present

Generating a locale file

pip install typing_extensions -t base/tools
python ./base/tools/extract_locales.py armorpaint <locale code>
# Generates an `armorpaint/Assets/locale/<locale code>.json` file

Release builds Optional, used for best performance

# Compile krom.js using the closure compiler
https://developers.google.com/closure/compiler
# Generate a v8 snapshot file
export ARM_SNAPSHOT=1
../armorcore/Kinc/make --from ../armorcore -g api
./ArmorPaint . --snapshot
# Generates a `krom.bin` file from `krom.js` file
S
Description
ArmorPaint - PBR texture painting (source build)
Readme 269 MiB
v0.9.0 Latest
2026-09-01 23:51:24 +08:00
Languages
C 93.5%
Objective-C 2.9%
Metal 1.7%
JavaScript 1.3%
HLSL 0.2%
Other 0.1%