Currently, I have some very basic functionality in place.
- Image wrapper that can draw itself
- Basic entity that can move and draw itself
- Application class that can update itself and handle SDL events
- Input state containers
- Container for a button state (down/changed)
- Container for a "joy hat" state (horizontal/vertical)
- Container for mouse state (position/movement/buttons)
- Container for all input states (uses other containers)
- Configuration container (currently contains screen zoom and key controls)
I will also be working on an API specification for the library, and will find somewhere to host it (I'm writing it in HTML) once it is reasonably complete.
Peace, love, and a shared library object,
--- Henry
No comments:
Post a Comment