# armortools
**Repository Path**: uho163/armortools
## Basic Information
- **Project Name**: armortools
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Zlib
- **Default Branch**: g4
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-04-24
- **Last Updated**: 2025-04-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README

armortools
==============
3D content creation tools.
[armorpaint/](https://github.com/armory3d/armortools/tree/main/armorpaint)
[armorlab/](https://github.com/armory3d/armortools/tree/main/armorlab)
[armorsculpt/](https://github.com/armory3d/armortools/tree/main/armorsculpt)
[armorforge/](https://github.com/armory3d/armortools/tree/main/armorforge)
**Generating a locale file**
```bash
./armorcore/make --js base/tools/extract_locales.js
# Generates a `base/assets/locale/.json` file
```
**Embedding data files**
```bash
# Requires compiler with c23 #embed support (clang 19 or newer)
../armorcore/make --embed
```