ooXei1sh / backbone-jqmobile-particlesys

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:The Unlicense


Languages

Language:JavaScript 76.4%Language:PHP 22.3%Language:CSS 0.8%Language:ApacheConf 0.5%