You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -505,14 +505,16 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
505
505
-[Stenodyon/blink](https://github.com/Stenodyon/blink) : A game about building logic with lasers.
506
506
-[tiehuis/zstack](https://github.com/tiehuis/zstack) : Line-race tetris mode in Zig.
507
507
-[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.
509
508
-[nitanmarcel/ScriptHookVZig](https://github.com/nitanmarcel/ScriptHookVZig) : Library to write GTA V mods in Zig.
510
509
-[PixelGuys/Cubyz](https://github.com/PixelGuys/Cubyz) : Voxel sandbox game with a large render distance, procedurally generated content and some cool graphical effects.
511
510
-[deckarep/dungeon-rush](https://github.com/deckarep/dungeon-rush) : An SDL snake style game ported to Zig. Originally written in C.
512
511
-[ringtailsoftware/zigtris](https://github.com/ringtailsoftware/zigtris) : Zigtris, a terminal tetris
513
512
-[ringtailsoftware/zoridor](https://github.com/ringtailsoftware/zoridor) : Zoridor, a Quoridor game for terminal and web with a machine opponent
514
513
-[ringtailsoftware/zero-jetpack](https://github.com/ringtailsoftware/zero-jetpack) : Zero-Jetpack a web game about Ziguanas carrying eggs
515
514
-[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.
0 commit comments