Abstract Media Library - Summary
This library is mostly a C++ portable layer over SDL and some other multimedia libraries (to come). The aim is to have a common interface to the different libraries out there somebody might want to use to make portable games. People should be able to use it simply and have at least a "default consistent behaviour". This default behaviour must balance efficiency, usability and nice end-user experience.
The main features are :
- A simple interface to graphics libraries ( using an abstract model of a graphic engine for games )
- A simple interface to input libraries
- A simple interface to audio libraries ( using an abstract model of
an audio engine for games )
- A simple interface to video libraries
- A simple interface to operating system related functions.
(timer, thread, etc.).
- A common set of useful "management" components.
The main component is right now SDLut, a C++ wrapper over SDL 1.2
Documentation available at : http://home.gna.org/aml/sdl/doxygen/html/
Registration Date: Sun 25 Sep 2005 01:50:27 AM UTC
License: Modified BSD License
Development Status: 3 - Alpha
posted by asmodehn, Sun 20 Jun 2010 08:14:35 AM UTC - 6 replies
We are currently implementing complete test suite around Core and SDLut modules of AML. And we already start to see improvements because :
- it helps a lot to define and solidify the API
- we can spot new errors ( introduced in code) very easily
- we can automate checks on all supported platforms
But it is indeed a lot of work...
And more games are being developed right now using AML ;)
Stay tuned !
posted by asmodehn, Fri 15 Jun 2007 08:28:33 AM UTC - 5 replies
Now with the SDL Threads support, SDLut wraps almost every feature of SDL 1.2 ;)
SDL_mixer and SDL_Net optional dependencies have also been added !
So we are heading towards a complete wrapper ;)
However many bugs and improvement of interface can still be done.
Please report any trouble or difficulties using SDLut on any platform.
We would also like to hear from you stories of success of course, dont hesitate to contact us.
Thanks a lot and Enjoy !
posted by asmodehn, Sun 22 Apr 2007 12:51:41 PM UTC - 49 replies
Yes a new version of P0 v0.03 : "Files, Collisions & Clean Up" is available right now in hte download section ;)
You can find a screenshot here : http://asmodehn.fr/~alex/ScreenShot.PNG
Please try it and report any comment error or bug you may find.
The graphism will completely change for the next version :) Enjoy this one before it goes away !
posted by xorfacx, Tue 09 Jan 2007 06:49:09 PM UTC - 0 replies
Hello everyone^^,
As the subject say it, P0 v0.02 is available.
Go grab it now, test it and report us feedbacks. All suggestions are welcome.
You can find what's new in this version in the specifications file inside the rar archive... or simply compare to the old one :P
Enjoy
XorfacX
[Submit News]
[8 news in archive]


