Difference between IwGx, Iw2D and s3e
airplay, c++, marmalade
Solution
s3e provides a core set of APIs that allow for cross platform development. IwGx is a renderer abstraction layer providing efficient access to the software renderer and Open GL. Iw2D is a simple 2D drawing API to hide some complexities of IwGx.
Problem
What is the main difference between `IwGx`, `Iw2D` and `s3e` api in `marmalade`?