|
|
|
|
|
by leecommamichael
55 days ago
|
|
I appreciate the response. I've actually got my own platform-layer which can be a bit like SDL/SFML in shape at times, so I totally understand the desire to work on that kind of problem. I'm good with different competing solutions in similar spaces, as well. I don't think one library to rule them all is necessarily a good idea. Lately I've been doing the experiment of just forgoing the library entirely for this kind of code. It's a bit like gradually building up my own SDL/SFML directly in-place. I'm sure people would find that wasteful or odd, but I enjoy learning the differences in the platforms, and being better positioned to integrate with a particular platform. I'm also shipping way less code. Although admittedly I'm not sure if I'd do this if I were a C++ dev, I write Odin and part of the experiment is putting Odin through its paces and seeing how well it fits in this part of the stack (very happy so far.) |
|