NewAPI
From Allegro Wiki
The Allegro 5 API is documented here (as far as implemented): http://docs.liballeg.org.
The design goal of the new API was a clean and orthogonal replacement for the old Allegro 4 interface.
A parallel aim was modularity, conceptually revolving around a free-standing core library and extensive addon packages. Only those functions that are fundamental operations or absolutely required to allow an addon library should become part of the core library.
General code conventions
- General notes -- on naming conventions and data types
