Search found 15 matches

by mhetrick
Tue Jan 11, 2011 2:07 pm
Forum: Winter 2011
Topic: Git Repos
Replies: 2
Views: 5744

Git Repos

Here is my git repo:
git://github.com/mhetrick/594CM-Michael-Hetrick.git

I'm probably going to edit this a bit more before tomorrow.
by mhetrick
Fri Dec 10, 2010 12:37 am
Forum: Fall 2010
Topic: Portfolio website
Replies: 6
Views: 47835

Re: Portfolio website

Still finishing the last few pages, but it can be found at
http://mhetrick.github.com/201BPortfolio/201bindex.html
by mhetrick
Mon Nov 01, 2010 12:02 am
Forum: Fall 2010
Topic: Tuesday Project
Replies: 1
Views: 4375

Re: Tuesday Project

Here's my project:
git://github.com/mhetrick/DatagramArt.git

Check the README for info.
by mhetrick
Thu Oct 28, 2010 2:26 am
Forum: Fall 2010
Topic: Opencv Setup
Replies: 1
Views: 4444

Re: Opencv Setup

If you end up getting Error 1 like I did, you need to install the Java OSX Developers Package (You need to have a developer account at Apple).

http://developer.apple.com/java/download/
by mhetrick
Wed Oct 20, 2010 11:12 pm
Forum: Fall 2010
Topic: Thread for Team Project Descriptions
Replies: 3
Views: 6038

Re: Thread for Team Project Descriptions

Motivation and research problem description There are growing interests in the scientific community to take a new approach in understanding human emotion, empathy, deep connection to arts and scientific approach to arts therapy. Such topics are explored through research in emotion recognition, brain...
by mhetrick
Tue Oct 19, 2010 5:11 pm
Forum: Fall 2010
Topic: new processing plug-in for eclipse!
Replies: 0
Views: 5711

new processing plug-in for eclipse!

Well, this looks to make things a whole lot easier:

http://benfry.com/writing/archives/738
by mhetrick
Mon Oct 18, 2010 12:54 am
Forum: Fall 2010
Topic: PS #4
Replies: 8
Views: 9200

Re: PS #4

Download:
git://github.com/mhetrick/MH-ShapeDrawer.git

Run the included -bash script to compile and open.

//
If anyone is having trouble drawing Pentagons or Hexagons, I found this wonderful tutorial:
http://processing.org/learning/anatomy/
by mhetrick
Tue Oct 12, 2010 12:10 am
Forum: Fall 2010
Topic: Problem Set #3
Replies: 5
Views: 7418

Re: Problem Set #3

My bad. I uploaded a new version that includes Minim support. New write-up: Michael Hetrick - 'Dot Matrix' 1) I chose to use controlP5. The main drawing routine was one that I wrote about a week ago while exploring OOP, and I wanted to add a visual interface to it. I added Minim to play back dot poi...
by mhetrick
Sun Oct 10, 2010 1:18 pm
Forum: Fall 2010
Topic: Problem Set #3
Replies: 5
Views: 7418

Problem Set #3

Download: git://github.com/mhetrick/MH-ProcessingGUI-201b.git Write-Up: 1) I chose to use controlP5. The main drawing routine was one that I wrote about a week ago while exploring OOP, and I wanted to add a visual interface to it. 2) I made the dots their own separate class. I chose to do this as ea...
by mhetrick
Sun Oct 10, 2010 1:16 pm
Forum: Fall 2010
Topic: Compilation woes
Replies: 3
Views: 5260

Re: Compilation woes

Thank you! I had tried variations of adding the working directory, including '. lib/...' and './lib/...', but not '.:lib/...' Is there anyway to fix the source so that I wouldn't have to include ProcessingGUI as an argument to itself, or is that pretty standard as far as compiling Processing code in...