|
|
|
|
|
by krapp
4048 days ago
|
|
I'm building an entity-component framework[0] in C++. It's not brilliant but ... it's ok probably. https://bitbucket.org/kennethrapp/ecsframework Eventually, that's going into a rebuild of another project, which is Space Invaders[1] in C++. That barely works and yes, it bootstraps through a batch file with the Visual Studio compiler because I saw that on Handmade Hero and I thought it was awesome, because setting SDL up through the visual studio UI is kind of a pain. [0]https://bitbucket.org/kennethrapp/ecsframework [1]https://bitbucket.org/kennethrapp/spaceinvaders I make absolutely no guarantees about the quality of anything, because it's all projects and stuff, almost entirely for self-education. |
|