Update readme

This commit is contained in:
luboslenco
2025-02-07 18:46:57 +01:00
parent c228c867f3
commit 912b225bab
2 changed files with 5 additions and 17 deletions
+2 -2
View File
@@ -17,14 +17,14 @@ cd armortools/armorlab
**Windows (x64)**
```bash
..\armorcore\make --graphics direct3d11
..\armorcore\make --graphics direct3d12
# Open generated Visual Studio project at `build\ArmorLab.sln`
# Build and run
```
**Linux (x64)** *wip - cpu only*
```bash
../armorcore/make --graphics opengl --run
../armorcore/make --graphics vulkan --run
```
**macOS (arm64)**
+3 -15
View File
@@ -16,14 +16,14 @@ cd armortools/armorpaint
**Windows (x64)**
```bash
..\armorcore\make --graphics direct3d11
..\armorcore\make --graphics direct3d12
# Open generated Visual Studio project at `build\ArmorPaint.sln`
# Build and run
```
**Linux (x64)**
```bash
../armorcore/make --graphics opengl --run
../armorcore/make --graphics vulkan --run
```
**macOS (arm64)**
@@ -35,7 +35,7 @@ cd armortools/armorpaint
**Android (arm64)** *wip*
```bash
../armorcore/make --graphics opengl --target android
../armorcore/make --graphics vulkan --target android
# Open generated Android Studio project at `build/ArmorPaint`
# Build for device
```
@@ -46,15 +46,3 @@ cd armortools/armorpaint
# Open generated Xcode project `build/ArmorPaint.xcodeproj`
# Build for device
```
**Windows DXR (x64)** *wip*
```bash
..\armorcore\make --graphics direct3d12
# Open generated Visual Studio project at `build\ArmorPaint.sln`
# Build and run
```
**Linux VKRT (x64)** *wip*
```bash
../armorcore/make --graphics vulkan --run
```