Skip to content

Commit 287bd00

Browse files
authored
Update README.md
1 parent cad85b5 commit 287bd00

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

profile/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ Zero the Ziguana is an official mascot of the Zig programming language and toolc
88
- A very modular toolbox of libraries.
99
- Libraries are written from scratch in Zig or provide Ziggified bindings and build systems for carefully selected C and C++ libraries.
1010
- No system dependencies other than Zig required to build and run on popular target platforms.
11-
- Extensive range of sample appications.
11+
- Extensive range of example appications.
1212

1313
## Projects using zig-gamedev
1414

15-
* [Tides of Revival](https://github.com/Srekel/tides-of-revival) - First-person, open-world, fantasy RPG being developed in the open
16-
* [Simulations](https://github.com/ckrowland/simulations) - GPU Accelerated agent-based modeling to visualize and simulate complex systems
17-
* [Delve Framework](https://github.com/Interrupt/delve-framework) - Simple game framework for making games with Lua
18-
* [jok](https://github.com/jack-ji/jok) - A minimal 2D/3D game framework for Zig
19-
* [blokens](https://github.com/btipling/blockens) - Voxel game
20-
* [Aftersun](https://github.com/foxnne/aftersun) - Top-down 2D RPG
21-
* [Pixi](https://github.com/foxnne/pixi) - Pixel art editor made with Zig
15+
* [Tides of Revival](https://github.com/Srekel/tides-of-revival) - First-person, open-world, fantasy RPG being developed in the open.
16+
* [Simulations](https://github.com/ckrowland/simulations) - GPU Accelerated agent-based modeling to visualize and simulate complex systems.
17+
* [Delve Framework](https://github.com/Interrupt/delve-framework) - Simple game framework for making games with Lua.
18+
* [jok](https://github.com/jack-ji/jok) - A minimal 2D/3D game framework for Zig.
19+
* [blokens](https://github.com/btipling/blockens) - Voxel game.
20+
* [Aftersun](https://github.com/foxnne/aftersun) - Top-down 2D RPG.
21+
* [Pixi](https://github.com/foxnne/pixi) - Pixel art editor made with Zig.
2222

2323
## Dev repo
24-
What was the original monorepo, the [zig-gamedev dev repo](https://github.com/zig-gamedev/zig-gamedev) is the main development hub for the [zig-gamedev libraries](libraries).
24+
What was the original monorepo, the [zig-gamedev dev repo](https://github.com/zig-gamedev/zig-gamedev) is the main development hub for the [libraries](libraries) and [example applications](https://github.com/zig-gamedev/zig-gamedev#sample-applications-native-wgpu).
2525

2626
## Libraries
2727
| Library | Description |

0 commit comments

Comments
 (0)