| The two main repos are: * [1] ba: The CLI * [2] core: The lib containing the bulk of the implementation To make Byte Arena, we made also made these projects: * [3] Box2D for Go: Box2D 1:1 port to Go * [4] ECS: An efficient and easy to use Entity Component System for Go * [5] Schnapps: KVM tooling and API [1]: https://github.com/ByteArena/ba [2]: https://github.com/ByteArena/core [3]: https://github.com/ByteArena/box2d [4]: https://github.com/ByteArena/ecs [5]: https://github.com/ByteArena/schnapps |