Happy new year

Tradition suggests that I should be creating a list of things that I’d like to do this year.

  • write an interpreter, written in zig, that is similar to Lua.
  • play with Entity Component Systems (ECS) to see how far I can push the capabilities - probably using flecs.
  • build a cross-platform windowing / graphics library in zig (Mac (Metal), Linux (OpenGL), Windows (DirectX))
  • create a simple ’landgrab’ game
  • improve the documentation of the zig compiler / standard library