Designed for iOS
Sparrow was designed from ground up for iOS. It's a first class citizen of UIKit that
lives in a custom-built view controller; all APIs were designed to mimic those provided by Apple.
This makes it easy to integrate it with native APIs like GameCenter or iAds and allows you to benefit
from native performance.
Warp 9.1 Performance
Layered on top of OpenGL ES 2.0, you'll get the best out of any any iOS device.
Together with countless hours of performance optimizations, this means that you
don't have to worry about performance: create your game and let Sparrow do the rest.
Hierarchical Display Tree
Organize your objects in hierarchical trees with parent-child relationships.
This provides an intuitive and powerful way to build your game from concrete blocks.
Powerful Event System
Use the same display tree to fire events like player touches up and down the tree.
Rely on your experience:
The Sparrow event system works like the well-known ActionScript event system.
Particles, Particles, Particles
A particle system is the basis for the jaw-dropping effects in your game.
Let your hero wander through heavy snowfall, annihilate enemy ships in mighty explosions or
create a cosy fireplace.
Nifty Texture Support
Texture handling can't get any simpler than in Sparrow.
You can load a bunch of different formats (including the compressed PVR format),
create SubTextures, transform texture coordinates, or even tint with colors.
Display Resolution Awareness
Write your game once, and deploy it to all available iOS devices (iPhone/iPad,
with or without retina). Sparrow will choose the optimal set of textures at run-time.
Texture Atlases
Also know as "sprite sheets", texture atlases combine many small textures into one big texture,
which greatly accelerates rendering on typical GPU architectures. Sparrow supports them transparently.
Blend Modes
Use different blend modes to create special effects, like glowing fire or dynamic highlights.
Tweens
Sparrow contains its own, powerful tweening system. It allows you animate your objects
properties with different transition curves. You can even group animations, using the
innovative "Juggler" system.
Multitouch
Sparrow associates touch input intuitively with the corresponding display objects.
Multitouch is baked right into the engine.
Bitmap Fonts
Sparrow supports classic TrueType fonts and Bitmap Fonts. Those provide the best performance
you can get with GPU text rendering. They also make it easy to style your text with outlines,
shadows, etc.
Render Textures
Whatever you draw on screen can be rendered directly to a texture. This is extremely fast and allows for
great special effects like footprints in the snow and bullet holes in the wall.
Extensibility
Sparrow was built from the ground up to be easy to understand, modify and extend. Write
custom display objects, plug in your own fragment and vertex shaders, or use Sparrow in
any other way we have never even thought of.