Skip to content

Commit

Permalink
documentation: Update contibutor.md
Browse files Browse the repository at this point in the history
  • Loading branch information
foxnne committed Oct 5, 2023
1 parent 3931aea commit 9675c64
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions contributor.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ to have a conversation about Pixi, please reach out to me on discord or add an i
### Overview

Pixi is built using several game development libraries by others in the Zig community, as well as a C library for handling zipped files. The dependencies are as follows:
- **mach-core**: Handles windowing and input, and uses the new zig package manager. This library and dependencies will be downloaded to the cache on build.
- **nfd_zig**: Native file dialogs wrapper, copied into the src/deps folder.
- **zgui**: Wrapper for Dear Imgui, which is copied into the src/deps/zig-gamedev folder.
- **zmath**: Math library, primarily using this for vector math and matrices. As above, this is copied into the src/deps/zig-gamedev folder.
- **zstbi**: Wrapper for stbi provided by zig-gamedev. This handles loading and resizing images. As above, this is copied into the src/deps/zig-gamedev folder.
- **zip**: Wrapper for the zip library, copied into the src/deps folder.
- ***mach-core***: Handles windowing and input, and uses the new zig package manager. This library and dependencies will be downloaded to the cache on build.
- ***nfd_zig***: Native file dialogs wrapper, copied into the src/deps folder.
- ***zgui***: Wrapper for Dear Imgui, which is copied into the src/deps/zig-gamedev folder.
- ***zmath***: Math library, primarily using this for vector math and matrices. As above, this is copied into the src/deps/zig-gamedev folder.
- ***zstbi***: Wrapper for stbi provided by zig-gamedev. This handles loading and resizing images. As above, this is copied into the src/deps/zig-gamedev folder.
- ***zip***: Wrapper for the zip library, copied into the src/deps folder.

Outside of the `src` folder, we have `assets` which contain all assets that we would like to be copied over next to the executable and used by Pixi at runtime.

Expand Down

0 comments on commit 9675c64

Please sign in to comment.