Files
armorpaint/armorlab/readme.md
T

44 lines
1.5 KiB
Markdown
Raw Normal View History

2023-02-08 14:51:54 +01:00
![](https://armorlab.org/img/git.jpg)
armorlab
==============
2024-06-30 21:25:23 +02:00
[ArmorLab](https://armorlab.org) is a software for PBR texture authoring - check out the [manual](https://armorlab.org/manual).
2023-02-08 14:51:54 +01:00
*Note 1: This repository is aimed at developers and may not be stable. Distributed binaries are [paid](https://armorlab.org/download) to help with the project funding. All of the development is happening here in order to make it accessible to everyone. Thank you for support!*
2024-07-31 18:33:43 +02:00
*Note 2: If you are compiling git version of ArmorLab, then you need to have a compiler ([Visual Studio with clang tools](https://visualstudio.microsoft.com/downloads/) - Windows, [clang + dependencies](https://github.com/armory3d/armortools/wiki/Linux-Dependencies) - Linux, [Xcode](https://developer.apple.com/xcode/resources/) - macOS / iOS, [Android Studio](https://developer.android.com/studio) - Android) and [git](https://git-scm.com/downloads) installed.*
2023-02-08 14:51:54 +01:00
```bash
2024-11-10 22:18:01 +01:00
git clone https://github.com/armory3d/armortools
2023-02-08 17:21:40 +01:00
cd armortools/armorlab
2024-07-22 00:23:05 +02:00
# Unpack `models.zip` from https://github.com/armory3d/armorai/releases into `assets/models` using 7-Zip - Extract Here
2023-02-08 14:51:54 +01:00
```
2024-09-19 17:14:16 +02:00
**Windows (x64)**
2023-02-08 14:51:54 +01:00
```bash
2025-03-11 21:10:29 +01:00
..\base\make
2023-02-08 14:51:54 +01:00
# Open generated Visual Studio project at `build\ArmorLab.sln`
2024-07-31 18:33:43 +02:00
# Build and run
2023-02-08 14:51:54 +01:00
```
2024-09-19 17:14:16 +02:00
**Linux (x64)** *wip - cpu only*
2023-02-08 14:51:54 +01:00
```bash
2025-03-11 21:10:29 +01:00
../base/make --run
2023-02-08 14:51:54 +01:00
```
2024-09-19 17:14:16 +02:00
**macOS (arm64)**
2023-02-08 14:51:54 +01:00
```bash
2025-03-11 21:10:29 +01:00
../base/make
2023-02-08 14:51:54 +01:00
# Open generated Xcode project at `build/ArmorLab.xcodeproj`
# Build and run
```
2024-09-19 17:14:16 +02:00
**Android (arm64)** *wip*
2023-02-08 14:51:54 +01:00
```bash
```
2024-09-19 17:14:16 +02:00
**iOS (arm64)** *wip*
2023-02-08 14:51:54 +01:00
```bash
```