2023-02-10 13:35:06 +01:00
2023-02-09 11:39:41 +01:00
2023-02-08 19:17:19 +01:00
2023-02-08 14:40:15 +01:00
2023-02-08 14:40:15 +01:00
2019-08-20 10:45:37 +02:00
2023-02-08 14:30:43 +01:00
2023-02-08 14:40:15 +01:00
2019-12-09 00:28:10 +01:00
2023-02-08 14:33:39 +01:00
2023-02-10 13:35:06 +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 armorpaint/Assets/locale/tools
python ./armorpaint/Assets/locale/tools/extract_locales.py <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%