Lubos Lenco a8aa0e53cd Merge pull request #1535 from shiena/feature/update-locale-ja
Update japanese translation file
2023-03-11 12:18:04 +01:00
2023-02-09 11:39:41 +01:00
2023-03-11 12:17:03 +01:00
2023-03-10 23:30:37 +01:00
2019-08-20 10:45:37 +02:00
2023-02-13 20:27:32 +01:00
2023-03-02 18:14:47 +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%