Conative: Musical Experiments
Some musical experiments. One is a remix of an Eliot Lipp remix of a L’Altra song, the others are originals.
Tools used for these songs included:
Some musical experiments. One is a remix of an Eliot Lipp remix of a L’Altra song, the others are originals.
Tools used for these songs included:
Coordinal makes it simple to create surfaces to combine in OpenSCAD. These are some sample prints I created using these tools. The prints were generated on a Makerbot Replicator 2.
This simple interval timer is written in Javascript. I built it to accompany my interval timer iOS app. It uses requestAnimationFrame instead of setTimeout to minimize timer lag.
Link: SimpleIntervals
Purple Pie is a very simple pie chart plugin for jQuery. The usage needs a bit of work, but it’s easy. Specify slice values in a data-slices parameter for the container element, invoke the plugin, and you’ve got some pie charts.
Definition of slices:
1
|
|
And invocation with some options:
1 2 3 4 |
|
Coordinal is a simple tool to create coordinates for cross sections for manipulation in OpenSCAD. It’s my first experiment with Paper.js. The paperscript is compiled from CoffeeScript.
Take the output coordinate list and use it with rotate_extrude and the like.
Read on →