Project Awesome project awesome

Modeling Tools > ArmorPaint

Physically-based texture painting, drop in your 3D models and paint.

Package 3.9k stars GitHub

armorpaint

3D content creation tools.

armorpaint/

Generating a locale file

./base/make --js base/tools/extract_locales.js <locale code>
# Generates a `paint/assets/locale/<locale code>.json` file

Embedding data files

# Requires compiler with c23 #embed support (clang 19 or newer)
../base/make --embed
Back to Game Engine Development