David Thevenin

VS Toolkit, the mobile HTML5 toolkit used for VSD

This toolkit was created to easily develop Hybrid Applications for mobile devices
For WebApp others solutions exit

Components

Framework driven by a component approach and based on objects.

For mobile devices

The Toolkit design, was oriented to support embedded devices.
It works on a Raspberry PI!

Data flow

Implements one-way reactive data flow which reduces data update and helps development.

Scheduling

Events, Callbacks, and "Tasks" are executed into a scheduler, that ensures:

  • an event generated at 't' will never be managed before an event generated earlier
  • an asynchronous code will be execute ASAP (more quickly than a setTimeout (0))
  • a Dataflow propagation is "atomic" [obviously according the limitations of JS]


Customizable


Create your own GUI Components and themes.


VSToolkit is provided with "Native like" or original themes.


Please test some available themes:






© 2009-2014 David Thevenin.