Idiocode

Projects

l

A library for generating DOM nodes.

It takes the wordiness out of document.createElement('html') generation

And gives it a l.em('less verbose') interface.

ldoc

Create keyboard navigation enabled documentation with ldoc

The library integrates with my other library, l, cleanly but it also works with any other JavaScript library that generates HTML (including the DOM API). It has support for separating documents into separate files, and using different file types, such as markdown.

Ortho

A toy 3D orthographic projection rendering library. It is created with using HTML Canvas 2D Context (no OpenGL/WebGL). It supports 3D translations, rotations, scaling, and can parse and render OFF files.

Click and drag the mouse to rotate or use the WASD and QE keys to rotate. Translation can be done using the arrow keys or by holding down shift then clicking and dragging the mouse.

By default the "Animate" setting is on. Click on the "Animate" setting again to disable.

ve2

A 2D vector library that takes what I liked about several other vector libraries and puts it into one.