Feedback Author Log in

Hightech Dreams

link preview image Animated JavaScript Function Grapher

A page that graphs JavaScript functions that take not 1 but 2 number parameters and return a number. Time is used to represent one of the parameters resulting in an animated graph.

link preview image JavaScript Function Grapher

A page that graphs JavaScript functions that take a single number parameter and return a number. The display uses the canvas element.

link preview image Tree Drawing

A tree drawn using HTML 5's canvas element. The drawing algorithm is recursively drawing "branches" where the first "branch" is the trunk.

Virtual Volleyball 3D

A 3D virtual volleyball game made using HTML 5's canvas element.

link preview image Spiral

A spiral drawn using HTML 5's canvas element.

JavaScript Raytracing and Texture Mapping

The page uses JavaScript to render 3D texture mapped shapes. The display is a canvas element.

link preview image Spirals and Triangles Fractal

A fractal made out of spirals and triangles using the canvas element

link preview image Grapher 4D

A JavaScript function grapher using a 3D spacial graph and time to represent 4 dimensions

WebGL Wave Shader

A cool wave shader made using canvas's WebGL context and some shader code