Inferno is an experimental, low level, platform independent,
canvas based 2d Graphichs library that designed for mobile devices.
Inferno was designed and developed in a day or two so currently it is experimental
however it is still capable of providing cool apps.
I added an Android implemention of inferno and a Android game using this library,
The game contains many nested windows and animation examples and it is a pretty good game too.
The framework makes it easy creating platform independent nested windows
layers and custom components,
It contains some APIs for canvas based 2d game programming
(Sound managers etc). ...