asmodehn / sdlut

SDL utility toolkit - A C++ wrapper arount SDL 1.2
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Implementing AML core features #27

Open asmodehn opened 10 years ago

asmodehn commented 10 years ago

Implementing the core features of AML : Window is the window displayed. unique. Window has one scene active at one time. A Scene contains Sprites. Sprites are animated and movable. Sprites contains area of original image data to display. Image contains the original image data. Image can be described to help building sprites. Figure out something stupidly simple for the Input...

asmodehn commented 10 years ago

NB : AML will work either using SDL blitting functions or using OpenGL calls. Since SDL is still under heavy development, we can start writing the OpenGL part of it.