show/hide this revision's text 3 Fixed some typos
  • 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.

show/hide this revision's text 2 formatting

  • 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 system. Dont implement a whole windows, but basic things like a poiter and a button, and such - keep it basic
  • Debugging component for displaying fps, 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.

show/hide this revision's text 1

• 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 system. Dont implement a whole windows, but basic things like a poiter and a button, and such - keep it basic • Debugging component for displaying fps, 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.