3D Content Creation Tools

#gamedev #haxe #tools

Lubos Lenco 29a20dd5ce Merge pull request #1669 from no1wudi/main 1 year ago
.github e3b6ef600b Update actions/checkout to v3 1 year ago
armorcore @ 0351f7e9ea 719f91020a Update submodules 1 year ago
armorforge 23dcc340d2 Cleanup 1 year ago
armorlab 23dcc340d2 Cleanup 1 year ago
armorpaint 23dcc340d2 Cleanup 1 year ago
armorsculpt 23dcc340d2 Cleanup 1 year ago
base 23dcc340d2 Cleanup 1 year ago
misc a4710926af Fix compile 1 year ago
.gitattributes 38514c673d Update git config 6 years ago
.gitignore c0bccb6599 Move onnx to lab 1 year ago
.gitmodules 45f6b6bcad Move libraries to armorcore 2 years ago
LICENSE.md cafd6f9853 Rename repo 2 years ago
README.md 7ec2e53a98 Fix path in readme 2 years ago

README.md

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 <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