Monday, November 30, 2015

Incredibly Handy Terminal Commands for a Raspberry Pi

Here are some commands that make life easier getting the Raspberry Pi ready for creative coding.

Arduino IDE 1.01:

$ sudo apt-get update
$ sudo apt-get install arduino
$ wget https://github.com/wyolum/alamode/blob/master/bundles/alamode-setup.tar.gz?raw=true -O alamode-setup.tar.gz
$ tar -xvzf alamode-setup.tar.gz
$ cd alamode-setup
$ sudo ./setup
* ./setup might not work. It also might not matter.

Processing 3.0 IDE:

curl https://processing.org/download/install-arm.sh | sudo sh

Wednesday, June 3, 2015

Sandbox of Life Merges with Conway's Game of Life

Working late on the Sandbox of Life a merger of artificial life happened.

Using the Sandbox of Life, a foundation for simulating ecosystems using computer vision and projection mapping, a complex environment of automata, flocks, boids, and numbers was created.

Conway's Game of Life is a classic. This new synthesis is a proof of concept for much richer lifeforms to evolve form. Should be some exciting times in the near future in the lab.

Find out more about The Sandbox of Life here 


Thursday, March 12, 2015

3D Printing at Sensebellum

3D printing has become nearly ubiquitous in the realm of engineering and new media art forms. The ability to use a relatively inexpensive machine to print out copies of a design is wonderful and extremely enabling - especially for those in the field of new media arts and production.

Custom electronics enclosures, stage models, spare parts, the list goes on.

It has not come without great trial and error, nor can it do everything. The future of 3D printing is using multiple types of materials and embedding other parts within the print - electronics, metal nuts and bolts, etc - with this we can build things that can do much more than just plastic alone.

It is an exciting time to be an engineer.

Here are a few snapshots of projects that have been realized through the use of the shop 3D printer from the Sensebellum Instagram.

From left to right: a mold for casting optics out of resin. A custom infrared enclosure. A 1/4-20 nut embedded halfway through a print. A custom infrared camera enclosure.