Coleman D

Freelance IT Consultant

thumbnail image of doom

Classic DOOM In A Browser

This is classic Doom running in a web browser with js-dos. It's mainly here so that I can play Doom at work on my lunch breaks... I did not do much with this besides get it up and running and modifying the index page with the controls summarized.

thumbnail image of javascript logo

Dynamic Visualization From API Data

Two JSON API requests are required for this Choropleth to be generated. One request contains the geometry data for the map, while the other contains the education data. We relate the two datasets by matching the FIPS code from the education data with the geometry data, so that we can fill in the color as necessary.

thumbnail image of the three js logo

Three.js WebGL Minecraft Geometry

This is a three.js demo of a 3d geometry with a minecraft texture running in a browser window under WebGL.