H2D
Concepts..
Animation
Creating an animated sprite in H2D is relative easy...
h2d.Text can be used to draw text using precomputed bitmap fonts...
Tiles can be drawn with multiple approaches, some of which going to be covered by following example...
Making objects interactive is done creating a h2d.Interactive instance. You provide it an interaction area and attach it to a sprite...
Filters
Filters apply to the display tree, so can be used to create screen effects. You can assign a filter to a h2d.Sprite. ..
Heaps offers an easy way to draw custom shapes and colors to the screen in the 2D context. Shapes can be filled with solid colors, gradients or custom bitmaps...
Some tips:..
Shaders
You can add a Shader in H2D using drawable.addShader...