Archive for May, 2008
Nodebox
08May08
Today, I started experimenting with Nodebox–an easy way to generate visuals using Python scripts (for free!). It is pretty friendly, but without optimizing your code, visuals can take some time to generate on my Macbook.
Here is a flower I generated using the MathSculpture.py and OrganicBall.py examples included with the app.
Filed under: Uncategorized | Leave a Comment
Tags: graphics, visual computing
Serial I/O in Cocoa
08May08
For those of you who are interested in building Cocoa apps that use Serial I/O (for example, to log data from an Arduino) here is the relevant reference from Apple:
SerialPortSample
and here is an implementation under BSD license that could easily be adapted to your own projects from Harmless Cocoa:
AMSerialPort
Filed under: Uncategorized | Leave a Comment
Tags: apple, physical computing