Tadpole

Tadpole does the majority of the work when it comes to actually creating interactive applications. It gives you a scenegraph to describe your world and display your geomerty and particle effects. It supplies different managers to handle all your resource types, and provides animations for basic per-frame changing effects.

Finally, since toadlet applications may be run on a wide variety of devices and platforms, tadpole lets you separate out the logic and rendering frames. This lets your application run as fast as possible while maintaining a repeatable physical simulation.

toadletDepsTadpole.png

Optional Dependencies - C++ builds

  • Freetype - for rendering fonts
  • MiniXML - XML model formats and general parsing