Corzo Grant!

It's been a while since I've posted any updates. I've been super busy working with TuvaLabs over the past ten months, finishing my thesis, and now working with GoodCompany Group to implement my thesis work to develop an entrepreneurial mentoring program with them.

Some great news: I'm a Corzo Grant recepient. Read more about it here and here.

Source Code: Multithreading in Processing

Multithreading a piece of software, is useful in processing when you reach the limits of computing within the draw loop. Examples of this could be doing some sort of image analysis from a webcam while also drawing a user interface. When I first started using processing, it took me a while to figure out the architecture for multithreading. So, if anyone's interested, you can see an example below:




Visualizing Volume with Processing JS