Skip to content
Jiashan Wu edited this page Aug 11, 2015 · 2 revisions

p5 + jQuery Mobile

(brief introduction to jQuery Mobile and pages)

Setup

Include these files

  • jQuery mobile css
  • jQurey mobile js
  • jQuery js

Adding p5 sketch

  • create a p5Container div
  • canvas.parent('p5Container)

Example/Template

Resources

http://www.w3schools.com/jquerymobile/jquerymobile_get_started.asp http://demos.jquerymobile.com/1.0a4.1/docs/pages/docs-pages.html

Issues

  • Speed performance when including sketch. Possible solution: add p5Container div when on the page, remove when navigate to different page
Clone this wiki locally