Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Interactive 3d for mobile web: Introducing Three.js

Interactive 3d for mobile web: Introducing Three.js

Dutch Mobile Conference in Amsterdam!
Fri Jun 7, 2013

www.mobileconference.nl/talks#judy-interactive-3d-for-mobile-web

This talk will introduce Three.js, a flexible and easy-to-use graphics library for rendering 3D. Three.js on mobile is an emerging technology, and is surprisingly responsive using CSS3D. I will present our MobileGraffiti app as a case study, but also teach core 3D concepts. Attendees will be inspired and also leave with a clear idea of how they would build their mobile web visualizations using 3D graphics and touch controls.

The MobileGraffiti app was created at AngelHack in 2012, with the goal of turning an iPhone into a paintbrush. 3D shapes sketched in the air by holding the iPhone were rendered on a Web page. Using new developments in Three.js, this app can now work on mobile web. See the original project video here: http://www.youtube.com/watch?v=DUG_W4Z0i1s

Judy Tuan

June 07, 2013
Tweet

More Decks by Judy Tuan

Other Decks in Programming

Transcript

  1. Introducing Three.js: Interactive 3d... for mobile web! Judy Tuan @judytuna

    [email protected] Dutch Mobile Conference: Fri Jun 7, 2013 14:30 in E103 Friday, June 7, 13
  2. Three.js • https://github.com/mrdoob/three.js/ • JavaScript library • render 3d in

    the browser (WebGL, canvas, SVG... and CSS?!?!) • easy-to-use! Friday, June 7, 13
  3. MobileGraffiti • An app to turn your phone into a

    paintbrush. • Made in 30 hours at AngelHack =) • mobilegraffiti.com Friday, June 7, 13
  4. Other Geometries • Icosahedron • Octahedron • Plane • Polyhedron

    • Tetrahedron • Text • Torus Friday, June 7, 13
  5. Controls • FirstPersonControls • FlyControls • PathControls • RollControls •

    TrackballControls http://threejsdoc.appspot.com/doc/ index.html#FlyControls Friday, June 7, 13
  6. Lots of resources • http://learningthreejs.com/ • http://learningwebgl.com/blog/ - weekly roundup

    of WebGL projects • http://learningthreejs.com/blog/2013/04/30/ closing-the-gap-between-html-and-webgl/ - has notes on css 3d transformations Friday, June 7, 13
  7. How to find me • work: http://blazingcloud.net • judytuna on

    twitter, facebook, league of legends, gmail, irc... • blog: http://judytuna.com • microblog: http://denot.es/judytuna Friday, June 7, 13