ccoale427 / tekstorm2d

Tekstorm2D Game Engine
0 stars 0 forks source link

Stream support and IO #1

Open ccoale427 opened 11 years ago

ccoale427 commented 11 years ago

Need to add IStream interface, and predefined support for FileStreams, NetworkStreams, MemoryStreams, etc. Also need various I/O functionality such as logging, loading files, etc.

Also adding static Mouse, Keyboard, and GamePad static classes.

ccoale427 commented 11 years ago

I'll take care of the IO classes and streaming functionality.

ccoale427 commented 11 years ago

Finished the FileStream class. Tested on Debian and works without error, though testing is still needed on it.

ccoale427 commented 11 years ago

Finished MemoryStream class. Tested basic reading/writing on Debian and works without error. Needs more testing though.