3D Content Creation Tools
#gamedev #haxe #tools
|
1 year ago | |
---|---|---|
.github | 1 year ago | |
armorcore @ 0351f7e9ea | 1 year ago | |
armorforge | 1 year ago | |
armorlab | 1 year ago | |
armorpaint | 1 year ago | |
armorsculpt | 1 year ago | |
base | 1 year ago | |
misc | 1 year ago | |
.gitattributes | 6 years ago | |
.gitignore | 1 year ago | |
.gitmodules | 2 years ago | |
LICENSE.md | 2 years ago | |
README.md | 2 years ago |
3D content creation tools.
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 <locale code>
# Generates a `base/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