How to organize game structs

This page summarizes the projects mentioned and recommended in the original post on /r/Zig

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • RPGExample

    An example of a simple RPG game using raylib

  • Don't know if this will be of some help. I'm actually following this project structure for my game, but changing for something more zig idiomatic. There are some very powerful data structures in std lib, like the MultiArayList already mentioned. Raylib is simple enough for me now, the bindings are nice to work with. But you could use some concepts of it with your current framework. Good luck on the journey 🚀

  • aftersun

    Top-down 2D RPG

  • Take a look at this very nice (WIP) game: https://github.com/foxnne/aftersun

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts