Tag / learning processing
-
Java Jelly Fish
This month I enrolled in a “Fundamentals to Programming Java” class for the semester. Of course I still think Processing is A-mazing and don’t want to stop learning how to use it, and have lots more projects to make with it, but teaching yourself stuff for extended periods of time can be tiring (especially with…
-
Student Projects
The last 5 months have been incredibly busy for me. I have been teaching electronics and design at a high school in San Francisco. The last few weeks of the electronics class was a crash course in Arduino. Students designed interactive projects and made prototypes. The requirement was that their projects have an input and…
-
Knitting Program V1
There has been a short hiatus in my processing development. But lordy-lordy am I a happy programmer right now! Oh joy of joys. I have been making a program for generating stranded knitting patterns from photographs. I will write more about the program as it develops, but here are the screen shots. The program is…
-
Look I made a mug!
I think it’s based on my worried-thinking-about-how-little-I-know mug. Yeah yeah, it’s really basic stuff, but helped me get to grips with drawing spatially. Here’s the process and the code I used: void setup (){ size (400, 500); background (255); } void draw () { //body stroke (0); fill (0); rect (0, 200, 400, 300); //face…
-
Learning processing?
Hello and thank you for joining me on this journey into the vast world of computer programming. To start, I’m gonna write a little bit about why I am learning to code. I think it’s obvious why, but some people may not think it is so obvious, and ask questions like: “Why the hell are…