Skip to content

Commit cad85b5

Browse files
authored
Update README.md
1 parent 88c8d34 commit cad85b5

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

profile/README.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,17 @@ Zero the Ziguana is an official mascot of the Zig programming language and toolc
1010
- No system dependencies other than Zig required to build and run on popular target platforms.
1111
- Extensive range of sample appications.
1212

13-
## Development repo
13+
## Projects using zig-gamedev
14+
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
22+
23+
## Dev repo
1424
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).
1525

1626
## Libraries
@@ -38,16 +48,3 @@ What was the original monorepo, the [zig-gamedev dev repo](https://github.com/zi
3848
| **[ztracy](https://github.com/zig-gamedev/ztracy)** | Support for CPU profiling with [Tracy](https://github.com/wolfpld/tracy) |
3949
| **[zwindows](https://github.com/zig-gamedev/zwindows)** | Windows development SDK for Zig game developers. |
4050

41-
42-
## Projects using zig-gamedev
43-
44-
* [Tides of Revival](https://github.com/Srekel/tides-of-revival) - First-person, open-world, fantasy RPG being developed in the open
45-
* [Simulations](https://github.com/ckrowland/simulations) - GPU Accelerated agent-based modeling to visualize and simulate complex systems
46-
* [krateroid](https://github.com/kussakaa/krateroid) - 3D strategy game
47-
* [blokens](https://github.com/btipling/blockens) - Voxel game
48-
* [Delve Framework](https://github.com/Interrupt/delve-framework) - Simple game framework for making games with Lua
49-
* [jok](https://github.com/jack-ji/jok) - A minimal 2D/3D game framework for Zig
50-
* [Aftersun](https://github.com/foxnne/aftersun) - Top-down 2D RPG
51-
* [Pixi](https://github.com/foxnne/pixi) - Pixel art editor made with Zig
52-
53-

0 commit comments

Comments
 (0)