Skip to content

Instantly share code, notes, and snippets.

@studioijeoma
studioijeoma / gist:1189773
Created September 2, 2011 20:16
three.js canvas line gridlayout
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>three.js canvas line gridlayout</title>
<meta charset="utf-8">
<style type="text/css">
body {
font-family:Monospace;
background-color:#000000;
margin:0px;
@studioijeoma
studioijeoma / gist:1188138
Created September 2, 2011 08:01
flexmotion
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>d3 load treemap json</title>
<meta charset="utf-8">
<style type="text/css">
body {
font-family:Monospace;
background-color:#f0f0f0;
margin:0px;
@studioijeoma
studioijeoma / WebGL_Canvas_Texture_Text_Example.html
Created September 1, 2011 18:47
Three.js WebGL Canvas Texture Text Example
<!doctype html>
<html>
<head>
<title>Three.js : WebGL Canvas Texture Text Example</title>
<style type="text/css">
* {
margin: 0;
padding: 0;
}
body {
@studioijeoma
studioijeoma / PJS_OPENGL_PGraphics_Test
Created August 29, 2011 22:00
PJS OPENGL PGraphics Test
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Cube vs Pyramid Lighting Test</title>
<script type="text/javascript" src="http://processingjs.org/content/download/processing-js-1.3.0/processing-1.3.0.js"></script>
</head>
<body>
<canvas id="pjsCanvas"></canvas>
<script type="text/javascript">
(function() {
@studioijeoma
studioijeoma / pjs_cube_pyramid_light_test
Created August 29, 2011 19:47
PJS Cube vs Pyramid Lighting Test
<html>
<head>
<title>Cube vs Pyramid Lighting Test</title>
<script type="text/javascript" src="http://processingjs.org/content/download/processing-js-1.3.0/processing-1.3.0.js"></script>
</head>
<body>
<canvas id="pjsCanvas"></canvas>
<script type="text/javascript">
(function() {
var canvas = document.getElementById('pjsCanvas');