Foundational Data types that enforce no opinions on how to build games and provide many facilities that complex games need. This largely avoids graphics and physics, but provides tools like the SortedVector, CountedPtr and HashedString classes.
There should be a more Streamlined way for this to create the stream automatically. If I tell it to use a stringstream I shouldn't need to manage the stream and the buffer.
There should be a more Streamlined way for this to create the stream automatically. If I tell it to use a stringstream I shouldn't need to manage the stream and the buffer.