felixpalmer / webgl-tombstone

Demo combining canvas drawing and webgl shaders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebGL Tombstone

Live demo of this project can be found at http://felixpalmer.github.io/webgl-tombstone/

The WebGL Tombstone is simple demo app showing how to combine a 2D Canvas, with a WebGL Canvas. Specifcally you can draw on the 2D Canvas and have the 3D tombstone update in realtime.

Running

Just host this directory with a webserver of your choice. You can also use the webserver.sh script included (provided you have Python) to set up a simple development server.

Then visit http://localhost:5000 in your browser.

Structure

This project is based on amd-three.js. Please see there for details of project structure

About

Demo combining canvas drawing and webgl shaders

License:MIT License


Languages

Language:JavaScript 77.4%Language:C 9.6%Language:CSS 7.1%Language:Python 5.8%