Skip to content

Commit 619b441

Browse files
authored
Update readme.md
1 parent 56d9807 commit 619b441

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
**Pixi** is an cross-platform open-source pixel art editor and animation editor written in [Zig](https://github.com/ziglang/zig).
99

10-
Pixi uses mach-core, and follows the same required version of zig, you can find the download [here](https://machengine.org/about/zig-version/).
10+
#### Check out the [user guide](https://github.com/foxnne/pixi/wiki/User-Guide)!
1111

1212
![pixi_explanatory_workflow](https://github.com/foxnne/pixi/assets/49629865/51e16f4d-634e-461d-ba5e-41cc4fa8229e)
1313

@@ -18,7 +18,6 @@ Pixi uses mach-core, and follows the same required version of zig, you can find
1818

1919
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/R5R4LL2PJ)
2020

21-
2221
## Features planned for 0.1
2322
- [x] Typical pixel art operations. (draw, erase, color select)
2423
- [x] Create animations and preview easily, edit directly on the preview.
@@ -44,13 +43,14 @@ Pixi uses mach-core, and follows the same required version of zig, you can find
4443

4544
## Compilation
4645
- [Linux] Ensure `gtk+3-devel` or similar is installed (for native file dialogs).
47-
- Download the supported nightly version of Zig [here](https://machengine.org/about/zig-version/) and add to PATH.
46+
- Install zig using [zigup](https://github.com/marler8997/zigup) `zigup 0.12.0-dev.1092+68ed78775` or manually and add to PATH.
4847
- Clone pixi.
4948
- Build.
5049
- ```git clone https://github.com/foxnne/pixi.git```
5150
- ```cd pixi```
52-
- ```zig build run```
53-
51+
- ```git checkout sysgpu```
52+
- **Dawn** ```zig build run```
53+
- **sysgpu** ```zig build run -Duse_sysgpu=true```
5454

5555
## Credits
5656
- The wonderful [Dear Imgui](https://github.com/ocornut/imgui) used for almost all of the user interface.

0 commit comments

Comments
 (0)