I’m in the process of building a nice javascript class to display, play, and download audio files created dynamically from scripts on the page. Javascript Class Usage To create a new wave display instance you must provide a length and width in pixels, the caption, name (used for the classes), and the initial data, which […]
Code
JavaScript
Web Development
Dynamic Form InputI needed a nice user interface to allow me to share some synthesisers and audio programming work.The forms update dynamically and were originally designed to post directly to one or more Wave Display instances, however it obviously has many more applications.Sliders can be set with a custom range and unit, and their associated label will […]
Code
Game Design
mySQL
PHP
RPG/Roguelike Worldmap DeveloperThis is a collaborative world developer, the front end for our game’s planning process.
Here we can see the entire distribution of terrain to make sure everything makes sense.
By clicking any tile it takes us to another page with a variety of options; we can open the corresponding map in the map maker, change the terrain type and tileset, mark the map to be procedurally generated at playtime (which is the default) or to asynchronously append a note for all other developers to read.
1