Skip to content

Instantly share code, notes, and snippets.

@mathdoodle
mathdoodle / doodle.json
Last active August 29, 2015 14:22
Projective Line
{
"uuid": "6ef68984-26c6-4eb9-aa94-326c901bf8be",
"description": "Projective Line",
"dependencies": {
"DomReady": "latest",
"davinci-mathbox": "1.0.14"
}
}
@mathdoodle
mathdoodle / doodle.json
Last active August 29, 2015 14:22
Complex Exponential
{
"uuid": "74616ba8-b76d-4bed-b4ef-46d8396e03a0",
"description": "Complex Exponential",
"dependencies": {
"DomReady": "latest",
"davinci-mathbox": "1.0.14",
"davinci-blade": "1.1.1"
},
"operatorOverloading": true
}
@mathdoodle
mathdoodle / doodle.json
Last active August 29, 2015 14:22
WebGL 001 canvas
{
"uuid": "8f482ee9-5870-4c78-b6e0-54e46563beab",
"description": "WebGL 001 canvas",
"dependencies": {
"DomReady": "latest"
}
}
@mathdoodle
mathdoodle / doodle.json
Last active August 29, 2015 14:22
WebGL 002 pipeline
{
"uuid": "9a0b3315-3417-4d64-9c09-32de3744df57",
"description": "WebGL 002 pipeline",
"dependencies": {
"DomReady": "latest"
}
}
@mathdoodle
mathdoodle / doodle.json
Last active August 29, 2015 14:22
WebGL 003 viewport
{
"uuid": "d9893272-ffc7-48d5-a739-cc2565fcdb88",
"description": "WebGL 003 viewport",
"dependencies": {
"DomReady": "latest"
}
}
@mathdoodle
mathdoodle / doodle.json
Last active August 29, 2015 14:22
WebGL 004 color
{
"uuid": "909874fb-b256-44cb-9278-69e3b73bed9d",
"description": "WebGL 004 color",
"dependencies": {
"DomReady": "latest"
}
}
@mathdoodle
mathdoodle / doodle.json
Last active August 29, 2015 14:22
WebGL 005 movement
{
"uuid": "78df0fe2-051d-441b-92c2-20c7f6447af6",
"description": "WebGL 005 movement",
"dependencies": {
"DomReady": "latest"
}
}
@mathdoodle
mathdoodle / doodle.json
Last active August 29, 2015 14:22
WebGL 006 matrix
{
"uuid": "7b7d04ea-50af-4a72-ab67-37d7dc79f969",
"description": "WebGL 006 matrix",
"dependencies": {
"DomReady": "latest",
"gl-matrix": "2.2.1"
}
}
@mathdoodle
mathdoodle / README.md
Last active February 11, 2018 13:50
WebGL Fundamentals

WebGL Fundamentals

Overview

Demonstrates the fundamentals of using the WebGL API.

@mathdoodle
mathdoodle / doodle.json
Last active August 29, 2015 14:22
WebGL 000 Template
{
"uuid": "651071b0-f9fc-46e1-932f-d70ce56098e8",
"description": "WebGL 000 Template",
"dependencies": {
"DomReady": "latest",
"gl-matrix": "2.2.1"
}
}