- Animation framework so that you can say: take this sprite, move it in this direction, folowing this path using this speed, acceleration and such.
- basic gui
- Basic GUI system. Dont Don't implement a whole windowsWindows, but basic things like a poiter pointer and a button, and such - keep it basic
- Debugging component for displaying fpsFPS, numbers of sprites and such
Also a good thing is to make some games, and then you will quicky see what things you repeat doing for each game, and then look into how to can get that into the engine.
