Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/armory3d/armortools
3D Content Creation Tools
https://github.com/armory3d/armortools
3d armorlab armorpaint painting texturing tool
Last synced: 4 days ago
JSON representation
3D Content Creation Tools
- Host: GitHub
- URL: https://github.com/armory3d/armortools
- Owner: armory3d
- License: other
- Created: 2017-02-06T23:03:08.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-26T13:41:38.000Z (3 months ago)
- Last Synced: 2024-10-29T14:57:25.742Z (3 months ago)
- Topics: 3d, armorlab, armorpaint, painting, texturing, tool
- Language: C++
- Homepage: https://armorpaint.org
- Size: 122 MB
- Stars: 3,273
- Watchers: 120
- Forks: 337
- Open Issues: 292
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license.md
Awesome Lists containing this project
README
![](https://armorpaint.org/img/git_root.jpg)
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
```