3D Content Creation Tools

#gamedev #haxe #tools

luboslenco 600d7c7e2e Update submodules 2 years ago
.github 09b97f2560 Update linux vulkan workflow 2 years ago
armorcore @ feada63a34 600d7c7e2e Update submodules 2 years ago
armorforge 52f4b29ee9 Adjust default fov 2 years ago
armorlab 52f4b29ee9 Adjust default fov 2 years ago
armorpaint 83c84d8fae Cleanup 2 years ago
armorsculpt 52f4b29ee9 Adjust default fov 2 years ago
base 47cd39a30f Cleanup 2 years ago
misc 21d7b60fe6 Fix pad compile 2 years ago
.gitattributes 38514c673d Update git config 6 years ago
.gitignore 499f6d704d Update .gitignore 2 years 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