• 0 Posts
  • 2 Comments
Joined 2 年前
cake
Cake day: 2023年6月14日

help-circle

  • I have been messing around with some of C#'s more recent features (like ref structs) to try and make a high performance gamedev library based on relational database concepts.

    For ages I’ve felt like that ECS feels like a more restrictive version of a relational database, so it feels like a natural avenue to explore.

    But really I’m just another person procrastinating from real game design by doing pointless engine development instead.