Skip to content

Particle system forms with HTML5 canvas, backbone.js and jquery mobile

License

Notifications You must be signed in to change notification settings

ooXei1sh/backbone-jqmobile-particlesys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backbone jQMobile ParticleSys

Path "/backbone-jqmobile-particlesys" must be set in .htaccess, index.php, js/app/app.js for backbone push state.

Database settings need to be set in the ajax/conf.php file.

MySQL Schema:

CREATE DATABASE bbjqmcanvasdb

CREATE TABLE `particle` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `field` blob NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

About

Particle system forms with HTML5 canvas, backbone.js and jquery mobile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages