I've been experimenting a bit with different rendering libraries and found myself rewriting more code than I would like. Today I finally abstracted away the game logic, now I can have different components interfacing with it, taking inputs and rendering output in their preferred way

Comments