The Strake ( ? )

 

I'm Jason Long from Black Ant Media and these are some of the things I'm finding interesting from the world of web development, design, UI concepts, and anything else.

Contact Me

jason@blackantmedia.com

Currently Reading

Favorites

Powered by Tumblr

Using SQLite in Processing

I know I’ve piqued an interest in Processing for a couple of you, so this tip may come in handy. You can use SQLite for your database needs and access it via a drop-in JDBC library. I found this entry on Tom Carden’s (of Stamen) blog and I finally got it working in my sketch.

The gotcha (which I’m recording here partially for my own future reference) is that you need to use the “nested” version, for which I couldn’t find the download link. So, here it is.