-
Now, over Christmas holidays I've put together a small demo of how an ECS can be done in Go: kelindar/ecs. As I said, it's still very raw but I'm curious if anyone has feedback or finds it useful.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
I've wanted to build an online roguelike in Go for a long time, but no good ECS libraries were out there. After a first failed attempt last year, I realized that first I needed to build a solid columnar storage engine kelindar/column which took roughly half of 2021 to get into a good state, with transactions, bitmap queries, concurrent snapshotting and all of that fancy stuff.