Skip to content

stevesims/vpbooklet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VPBooklet

by Vert Pixels Ltd.

Description

VPBooklet is a light-weight, extensible, HTML5/JS/CSS3 application framework.

Usage

VPBooklet.js provides a base VPController object prototype. VPController instances can be used to manage user interface views, and they provide support for outlets and actions associated with elements within those views. Views can be held within HTML files, or they can be defined programatically. The design allows for web apps to be written following the MVC paradigm.

VPBooklet was initially design to aid the development of apps for iOS and Android, however it can also be used for apps running within desktop browsers too.

Notes

VPBooklet is a family of libraries, the heart of which is the VPController class (in VPBooklet.js) and the VPUtils.js utility library. There are other libraries that are members of this family, such as VPSlider.js and VPTabbed.js, which we will be releasing soon.

A couple of basic code examples are provided, and some basic documentation will be added soon.

Real-life Examples

VPBooklet is the technology behind several apps on the iTunes and Google Play stores.

There are several more apps that use VPBooklet that will be released soon, and we will add more details about them when we can.

On the web, the Tinie Tempah Demonstration album promo site is powered by VPBooklet, which also makes use of our animation library collection, VPAnimEngine and timeline handling library VPTimelineHandler.

Compatibility

VPBooklet requires a modern browser environment in which to run, one in which HTML5, CSS3, and ECMAScript 5 are supported. Practically speaking this means most versions of Safari and Chrome, recent versions of Firefox (from late 2012 onwards), and IE 10.

It is possible to use VPBooklet in older environments through the use of compatibility shims and/or polyfills. For example, loading a classList polyfill will allow VPBooklet apps to run inside IE 9.

License

VPBooklet is licensed under the BSD License

Credits

VPBooklet was designed and built by Steve Sims and John-Paul Harold of Vert Pixels Ltd.

About

The VPBooklet HTML5/JavaScript/CSS3 application framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published