7
7
#
8
8
** Pixi** is an cross-platform open-source pixel art editor and animation editor written in [ Zig] ( https://github.com/ziglang/zig ) .
9
9
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 ) !
11
11
12
12
![ pixi_explanatory_workflow] ( https://github.com/foxnne/pixi/assets/49629865/51e16f4d-634e-461d-ba5e-41cc4fa8229e )
13
13
@@ -18,7 +18,6 @@ Pixi uses mach-core, and follows the same required version of zig, you can find
18
18
19
19
[ ![ ko-fi] ( https://ko-fi.com/img/githubbutton_sm.svg )] ( https://ko-fi.com/R5R4LL2PJ )
20
20
21
-
22
21
## Features planned for 0.1
23
22
- [x] Typical pixel art operations. (draw, erase, color select)
24
23
- [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
44
43
45
44
## Compilation
46
45
- [ 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.
48
47
- Clone pixi.
49
48
- Build.
50
49
- ``` git clone https://github.com/foxnne/pixi.git ```
51
50
- ``` cd pixi ```
52
- - ``` zig build run ```
53
-
51
+ - ``` git checkout sysgpu ```
52
+ - ** Dawn** ``` zig build run ```
53
+ - ** sysgpu** ``` zig build run -Duse_sysgpu=true ```
54
54
55
55
## Credits
56
56
- The wonderful [ Dear Imgui] ( https://github.com/ocornut/imgui ) used for almost all of the user interface.
0 commit comments