Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 1122973 of Demos of open web technologies

  • Revision slug: Web/Demos_of_open_web_technologies
  • Revision title: Demos of open web technologies
  • Revision id: 1122973
  • Created:
  • Creator: MdAshrafMalik
  • Is current revision? No
  • Comment

Revision Content

Mozilla supports a wide variety of exciting open web technologies, and we encourage their use.  This page offers links to interesting demonstrations of these technologies, including some that were popular in the Demo Studio, which has since been retired. If you know of a good demonstration or application of open web technology, please add a link to the appropriate section here.

2D Graphics

APNG

Canvas

SVG

Video

3D Graphics

WebGL

Virtual Reality

CSS

Transformations

Games

HTML

Web APIs

Notifications API

Web Audio API

File API

Web Workers

Revision Source

<p>Mozilla supports a wide variety of exciting open web technologies, and we encourage their use.&nbsp; This page offers links to interesting demonstrations of these technologies, including some that were popular in the Demo Studio, which <a href="https://blog.mozilla.org/community/2015/12/18/saying-goodbye-to-demo-studio/">has since been retired</a>. If you know of a good demonstration or application of open web technology, please add a link to the appropriate section here.</p>

<h2 id="2D_Graphics">2D Graphics</h2>

<h3 id="APNG" name="APNG">APNG</h3>

<ul>
 <li><a class="external" href="https://people.mozilla.com/~dolske/apng/demo.html">Justin's demo</a> (works when saved locally)</li>
</ul>

<h3 id="SVG" name="SVG">Canvas</h3>

<ul>
 <li><a class="external" href="https://www.blobsallad.se/">An interactive blob using javascript and canvas (fun)</a></li>
 <li><a class="external" href="https://blobsallad.se/article/" title="https://blobsallad.se/article/">Blob's demos</a></li>
 <li><a class="external" href="https://glimr.rubyforge.org/cake/canvas.html">Canvas Animation Kit Experiment (CAKE)</a></li>
 <li><a class="external" href="https://www.xs4all.nl/~peterned/3d/" title="https://www.xs4all.nl/~peterned/3d/">Canvas3D &amp; Flickr</a></li>
 <li><a class="external" href="https://arapehlivanian.com/wp-content/uploads/2007/02/canvas.html" title="https://arapehlivanian.com/wp-content/uploads/2007/02/canvas.html">Playing with Canvas</a></li>
 <li><a class="external" href="https://langexplr.blogspot.com/2008/11/using-canvas-html-element.html" title="https://langexplr.blogspot.com/2008/11/using-canvas-html-element.html">Using the Canvas Html element5</a></li>
 <li><a class="external" href="/samples/raycaster/RayCaster.html" title="https://developer.mozilla.org/editor/fckeditor/core/editor/samples/raycaster/RayCaster.html">RayCaster</a></li>
 <li><a class="external" href="https://jsmsxdemo.googlepages.com/jsmsx.html" title="https://jsmsxdemo.googlepages.com/jsmsx.html">MSX Emulator</a></li>
 <li><a class="external" href="https://processingjs.org/exhibition/" title="https://dev.jquery.com/~john/processing.js/examples/basic/">processing.js</a></li>
 <li><a class="external" href="https://glimr.rubyforge.org/cake/missile_fleet.html" title="https://glimr.rubyforge.org/cake/missile_fleet.html">Missile fleet</a></li>
 <li><a class="external" href="https://glimr.rubyforge.org/cake/demos/fireworks2.6rt.html" title="https://glimr.rubyforge.org/cake/demos/fireworks2.6rt.html">FireWorks</a></li>
 <li><a class="external" href="https://glimr.rubyforge.org/cake/demos/canvas_ash.html" title="https://glimr.rubyforge.org/cake/demos/canvas_ash.html">Canvas ash1</a></li>
 <li><a class="external" href="https://glimr.rubyforge.org/cake/demos/canvas_ash2.html" title="https://glimr.rubyforge.org/cake/demos/canvas_ash2.html">Canvas ash2</a></li>
 <li><a class="external" href="https://glimr.rubyforge.org/cake/demos/canvas_ash8.html" title="https://glimr.rubyforge.org/cake/demos/canvas_ash8.html">Canvas ash8</a></li>
 <li><a class="external" href="https://gyu.que.jp/jscloth/" title="https://gyu.que.jp/jscloth/">3D&nbsp;on 2D&nbsp;Canvas</a></li>
 <li><a href="https://viliusle.github.io/miniPaint/">miniPaint - Image editor </a>(<a href="https://github.com/viliusle/miniPaint">source code</a>)</li>
</ul>

<h3 id="SVG" name="SVG">SVG</h3>

<ul>
 <li><a class="external" href="https://www.kde-look.org/CONTENT/content-files/19524-gearflowers.svg.gz">Gearflowers image</a> Don't forget to zoom in (works when saved locally)</li>
 <li><a class="external" href="https://people.mozilla.com/~vladimir/demos/photos.svg">SVG photo demo</a> (visual effects and interaction)</li>
 <li><a class="external" href="https://starkravingfinkle.org/projects/demo/svg-bubblemenu-in-html.xml">Bubblemenu</a> (visual effects and interaction)</li>
 <li><a class="external" href="https://starkravingfinkle.org/blog/2007/07/firefox-3-svg-foreignobject/">HTML transformations</a> using <code>foreignObject</code> (visual effects and transforms)</li>
 <li><a class="external" href="https://svg-whiz.com/svg/linguistics/theCreepyMouth.svg">Phonetics Guide</a> (interactive)</li>
 <li><a class="external" href="https://www.lutanho.net/svgvml3d/platonic.html">3D objects demo</a> (interactive)</li>
 <li><a class="external" href="https://www.themaninblue.com/experiment/Blobular/" title="https://www.themaninblue.com/experiment/Blobular/">Blobular</a> (interactive)</li>
 <li><a class="external" href="https://www.double.co.nz/video_test/video.svg">Video embedded in SVG</a> (or use the <a class="external" href="https://www.double.co.nz/video_test/video_svg.tar.bz2">local download</a>)</li>
 <li><a href="https://summerstyle.github.io/summer/">Summer HTML image map creator</a> (<a href="https://github.com/summerstyle/summer">source code</a>)</li>
</ul>

<h3 id="Video" name="Video">Video</h3>

<ul>
 <li><a href="https://vimeo.com/172328210">Video 3D Animation "mozilla constantly evolving" Designed by Rober Villar ,SoftwareRVG developer.</a></li>
 <li><a class="external external-icon" href="https://vimeo.com/173851395">Video 3D animation "Floating Dance" . Designed by Rober Villar , developer from SoftwareRVGdesignS.</a></li>
 <li><a class="external" href="https://www.double.co.nz/video_test/test1.html">Streaming Anime, Movie Trailer and Interview</a></li>
 <li><a class="external" href="https://www.double.co.nz/video_test/test2.html">Billy's Browser Firefox Flick</a></li>
 <li><a class="external" href="https://www.double.co.nz/video_test/test3.html">Virtual Barber Shop</a></li>
 <li><a class="external" href="https://www.double.co.nz/video_test/test4.html">Transformers Movie Trailer</a></li>
 <li><a class="external" href="https://www.double.co.nz/video_test/test5.html">A Scanner Darkly Movie Trailer</a> (with built in controls)</li>
 <li><a class="external" href="https://www.double.co.nz/video_test/events.html">Events firing and volume control</a></li>
 <li><a class="external" href="https://www.double.co.nz/video_test/video.svg" title="https://www.double.co.nz/video_test/video.svg">Dragable and sizable videos</a></li>
</ul>

<h2 id="3D_Graphics">3D Graphics</h2>

<h3 id="WebGL">WebGL</h3>

<ul>
 <li><a href="https://ondras.github.io/fireworks-webgl/">Web Audio Fireworks</a></li>
 <li><a href="https://dl.dropboxusercontent.com/u/62064441/ioquake3.js/ioquake3.html">IoQuake3</a> (<a href="https://github.com/klaussilveira/ioquake3.js">source code</a>)</li>
 <li><a href="https://micah.tech/demoscene/">Escher puzzle</a> (<a href="https://github.com/micahbolen/demoscene">source code</a>)</li>
 <li><a href="https://collinhover.github.io/kaiopua/">Kai 'Opua</a> (<a href="https://github.com/collinhover/kaiopua">source code</a>)</li>
</ul>

<h3 id="Virtual_Reality">Virtual Reality</h3>

<ul>
 <li><a href="https://mozvr.com/demos/polarsea/">The Polar Sea</a> (<a href="https://github.com/MozVR/polarsea">source code</a>)</li>
 <li><a href="https://mozvr.github.io/sechelt/">Sechelt fly-through</a> (<a href="https://github.com/mozvr/sechelt">source code</a>)</li>
</ul>

<h2 id="CSS">CSS</h2>

<ul>
 <li><a class="external external-icon" href="https://s.codepen.io/SoftwareRVG/debug/OXkOWj">CSS floating logo " mozilla "&nbsp; developed by Rober Villar , from Software RVG. </a>(debug mode)</li>
 <li><a class="external external-icon" href="https://codepen.io/SoftwareRVG/pen/OXkOWj/">CSS floating logo " mozilla "&nbsp; developed by Rober Villar , from Software RVG. </a>(source code)</li>
 <li><a href="https://webdeveloperbareilly.in/blog/html5/responsive-contact-form-bootstrap.php">Bootstrap Contact Form Design</a></li>
 <li><a href="https://felixniklas.com/paperfold/">Paperfold</a></li>
 <li><a href="https://ondras.github.io/blockout/">CSS Blockout</a></li>
 <li><a href="https://ondras.zarovi.cz/demos/rubik/">Rubik's cube</a></li>
 <li><a href="https://ondras.zarovi.cz/demos/nojs/">Pure CSS Slides</a></li>
 <li>Planetarium (<a href="https://github.com/littleworkshop/planetarium">source code</a>)</li>
 <li><a href="https://www.lesmoffat.co.uk/folio/forest/forest.html">CSS Paralax Forest</a></li>
 <li><a href="https://webdeveloperbareilly.in/blog/html5/responsive-contact-form-bootstrap.php">About Us Page Design In Bootstrap</a></li>
 <li><a href="https://webdeveloperbareilly.in/blog/css3/onepage-scroll-template.html" itemprop="url" rel="bookmark" title="One Page Scroll Website Template Theme Free Download">One Page Scroll Website Template</a></li>
</ul>

<h3 id="Transformations">Transformations</h3>

<ul>
 <li><a href="https://impress.github.io/impress.js">Impress.js</a> (<a href="https://github.com/impress/impress.js">source code</a>)</li>
</ul>

<h2 id="Games">Games</h2>

<ul>
 <li><a href="https://dl.dropboxusercontent.com/u/62064441/ioquake3.js/ioquake3.html">IoQuake3</a> (<a href="https://github.com/klaussilveira/ioquake3.js">source code</a>)</li>
 <li><a href="https://collinhover.github.io/kaiopua/">Kai 'Opua</a> (<a href="https://github.com/collinhover/kaiopua">source code</a>)</li>
</ul>

<h2 id="HTML">HTML</h2>

<ul>
 <li>&nbsp;<a href="https://zenphoton.com">Zen Photon Garden </a>(<a href="https://github.com/scanlime/zenphoton">source code</a>)</li>
 <li><a href="https://webdeveloperbareilly.in/blog/smo/html-meta-tags-for-social-media-optimization.html">HTMl Meta Tags For SMO</a></li>
</ul>

<h2 id="Web_APIs">Web APIs</h2>

<ul>
</ul>

<h3 id="Notifications_API">Notifications API</h3>

<ul>
 <li><a href="https://elfoxero.github.io/html5notifications/">HTML5 Notifications</a> (<a href="https://github.com/elfoxero/html5notifications">source code</a>)</li>
</ul>

<ul>
</ul>

<h3 id="Web_Audio_API">Web Audio API</h3>

<ul>
 <li><a href="https://ondras.github.io/fireworks-webgl/">Web Audio Fireworks</a></li>
 <li><a href="https://ondras.github.io/oscope/">oscope.js - JavaScript oscilloscope</a></li>
 <li><a href="https://mdn.github.io/audio-buffer/">Audio Buffer demo</a> (<a href="https://mdn.github.io/audio-buffer/">source code</a>)</li>
 <li><a href="https://nipe-systems.de/webapps/html5-web-audio/">HTML5 Web Audio Showcase</a> (<a href="https://github.com/NIPE-SYSTEMS/html5-web-audio-showcase">source code</a>)</li>
 <li><a href="https://wayou.github.io/HTML5_Audio_Visualizer/">HTML5 Audio Visualizer</a> (<a href="https://github.com/Wayou/HTML5_Audio_Visualizer">source code</a>)</li>
 <li><a href="https://carlosrafaelgn.com.br/GraphicalFilterEditor/">Graphical Filter Editor and Visualizer</a>&nbsp;(<a href="https://github.com/carlosrafaelgn/GraphicalFilterEditor">source code</a>)</li>
</ul>

<h3 id="File_API">File API</h3>

<ul>
 <li><a href="https://palerdot.github.io/slide-my-text/">Slide My Text - presentation from plain text files</a></li>
</ul>

<h3 id="Unclassified" name="Unclassified">Web Workers</h3>

<ul>
 <li><a href="https://ondras.github.io/fractal/">Web Worker Fractals</a></li>
 <li><a href="https://ondras.github.io/photo/">Photo editor</a></li>
 <li><a href="https://ondras.github.io/coral/">Coral generator</a></li>
 <li><a class="external" href="https://nerget.com/rayjs-mt/rayjs.html" title="https://nerget.com/rayjs-mt/rayjs.html">Raytracer</a></li>
 <li><a href="https://palerdot.github.io/hotcold/">HotCold Touch Typing</a></li>
 <li><a href="https://webdeveloperbareilly.in/blog/seo/leverage-browser-caching.html">Enable Leverage Browser Caching</a></li>
</ul>
Revert to this revision