Monthly Archives: September 2013

Rendering a 3D Isometric Map

The JavaScript code below renders an isometric 3D map. To see the code in action, copy it into an .html file and open that file in a web browser that runs JavaScript. For an online version, visit http://thiscouldbebetter.neocities.org/isometric.html. <html> <body> <label … Continue reading

Posted in Uncategorized | Tagged , , , , | 2 Comments

A Visual Layout Designer in JavaScript

The JavaScript code below implements a simple visual layout designer. To see it in action, copy it into an .html file and open that file in a web browser that runs JavaScript.  Or, for an online version, visit http://thiscouldbebetter.neocities.org/layout.html. The … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment