Serious inquires contact ericfickes@gmail.com
Warmest Regards,
Eric Fickes
I just threw together a quick PROCESSING build system for Sublime Text 2
Here is the same build system for Sublime Text 2 on OSX
{ "cmd": ["killall -v java ; processing-java --sketch=$file_path --output=$file_path/build --force --build --run "], "shell": true }
Guess who got another Processing sketch featured in the Sketchpad gallery?
If you haven’t seen the full application at http://joshuadavis.com/xmas/, go there now and make some art. Then share it on Twitter and Facebook.
Brought to you by Joshua Davis, Jon Contino, Chuck Anderson, Si Scott, Eric Fickes, and the entire Satellite Office family.
Just finished a new iPhone desktop background pattern in Processing. I’m using these as my Home Screen, but these would work with your lock screen just as well.
You can see all the images below, or download them all in one zip file.
I’m a featured artist on instacanv.as!!
I did these Processing sketches while I was working the final 360 Flex conference back in May 2012. A certain person who I will call Wilkero said I would win some software if I submitted something to the logo contest. All I won was unlimited bottled water while working the volunteer table. It was a good conference.
So here you go Flexers. Hope somebody likes these.
Long story short, the testing failed. It was fun, but I needed some duct tape, or a proper replayXD mount.
Ever wonder what my shoulder looks like when I skateboard? Today is your lucky day. I took my ReplayXD to the skateparks this weekend and came home with some great shoulder footage. I’m trying to find a good downward angle to capture my feet and board.
Here is my shoulder at Discovery Park in Wheat Ridge.
Here is my shoulder at the new Northglenn Skatepark
I wrote a simple 4k drawing tool in Processing tonight. It’s called Fickes Mouse Draw, and it’s a fun example of using the built in events mousePressed() and keyPressed().