Skip to content

Commit 7bbf573

Browse files
captkirk88Copilot
andauthored
new: zevy-ecs (#149)
* new: zevy-ecs Add Entity Component System (ECS) section with related projects * Initial plan * Move ECS section content to bottom of Game Field section Co-authored-by: captkirk88 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: captkirk88 <[email protected]>
1 parent 10901a7 commit 7bbf573

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,14 +505,16 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
505505
- [Stenodyon/blink](https://github.com/Stenodyon/blink) : A game about building logic with lasers.
506506
- [tiehuis/zstack](https://github.com/tiehuis/zstack) : Line-race tetris mode in Zig.
507507
- [godot-zig/godot-zig](https://github.com/godot-zig/godot-zig) : Zig bindings for Godot 4.
508-
- [Avokadoen/ecez](https://github.com/Avokadoen/ecez) : An archetype based ECS library written in pure zig.
509508
- [nitanmarcel/ScriptHookVZig](https://github.com/nitanmarcel/ScriptHookVZig) : Library to write GTA V mods in Zig.
510509
- [PixelGuys/Cubyz](https://github.com/PixelGuys/Cubyz) : Voxel sandbox game with a large render distance, procedurally generated content and some cool graphical effects.
511510
- [deckarep/dungeon-rush](https://github.com/deckarep/dungeon-rush) : An SDL snake style game ported to Zig. Originally written in C.
512511
- [ringtailsoftware/zigtris](https://github.com/ringtailsoftware/zigtris) : Zigtris, a terminal tetris
513512
- [ringtailsoftware/zoridor](https://github.com/ringtailsoftware/zoridor) : Zoridor, a Quoridor game for terminal and web with a machine opponent
514513
- [ringtailsoftware/zero-jetpack](https://github.com/ringtailsoftware/zero-jetpack) : Zero-Jetpack a web game about Ziguanas carrying eggs
515514
- [six519/YieArKUNGFUZig](https://github.com/six519/YieArKUNGFUZig) : A Yie Ar Kung-Fu clone created in Zig with raylib
515+
- [captkirk88/zevy-raylib](https://github.com/captkirk88/zevy-raylib) : Framework for building games in Zig using raylib-zig and zevy-ecs.
516+
- [captkirk88/zevy-ecs](https://github.com/captkirk88/zevy-ecs) : ECS similar to rust Bevy supporting very similar systems params support + more.
517+
- [Avokadoen/ecez](https://github.com/Avokadoen/ecez) : An archetype based ECS library written in pure zig.
516518

517519
## Emulators
518520

0 commit comments

Comments
 (0)