Latest Comments

Popular / Snippets

Hawkee commented on a Processing App, Dough  -  Jul 08, 2012

Done.

 Respond  
BlueThen commented on a Processing App, Dough  -  Jul 08, 2012

Thanks, Hawkee. Can you set it to 640x480?

 Respond  
Hawkee commented on a Processing App, Dough  -  Jul 08, 2012

That's pretty neat. I like how it sticks to itself.

 Respond  
Hawkee commented on a Processing App, Flock  -  Jun 26, 2012

This could make a good android game. Use your finger to round up all the animals.

 Respond  
Hawkee commented on a Processing App, Flock  -  Jun 26, 2012

Wow, that's really neat. I got them all to flock together then made a donut by clicking the middle. They all joined back together after a few seconds.

 Respond  
BlueThen commented on a Processing App, Flock  -  Jun 26, 2012

@Hawkee, If you don't mind, can you make it 640x480?

 Respond  
BlueThen commented on a Processing App, Flock  -  Jun 26, 2012

I will be making a blog post on Flock here in the next few days @ bluethen.com

 Respond  
supercapacitor commented on a Processing App, Resonance v1  -  Mar 10, 2012

Thank you!

 Respond  
Hawkee commented on a Processing App, Resonance v1  -  Mar 10, 2012

I updated the dimensions, so it should all show up now.

 Respond  
supercapacitor commented on a Processing App, Resonance v1  -  Mar 09, 2012

Width should be 800, height should be 500.

 Respond  
Hawkee commented on a Processing App, Resonance v1  -  Mar 09, 2012

What width and height should the demo be? We have support for a custom width and height, but I haven't built the interface to change it yet. I can do it manually.

 Respond  
supercapacitor commented on a Processing App, Resonance v1  -  Mar 09, 2012

Just demo'ed it and realized that part of the window is cut off. You won't be able to see the vector diagram in this version. Perfectly functional though.

 Respond  
supercapacitor commented on a Processing App, Resonance v1  -  Mar 09, 2012

About all the o's, I was in a hurry to upload and didn't have time to write a detailed description.
Basically the app is a simulator for analog circuits.
The schematic shown is a simple RC low-pass filter. As the frequency increases or as the capacitance increases or as the resistance decreases, the OUT1 voltage increases.
I have programmed a graphing utility and a vector diagram but in this upload only the vector diagram is visible.
The vector displays the circuit's total impedance (diagonal) as the result of the capacitance (vertical) and the resistance (horizontal). With the default component values, the vector will appear only as a black dot on the right side of the window. To make the vector more visible, lower the capacitance value of the capacitor and increase the resistance value of the resistor (instructions for modifying component values described below).
I plan to add more schematics but for now the RC low-pass filter is the only one I have programmed (I will also enable the ability to switch between viewing the graph and the vector diagram).
I plan to give the app Arduino interface functionality via serial communication(haven't coded that yet either :P).
The Arduino will be programmed to test for the value of a capacitor, resistor, inductor, or ac source (this will be done using external circuitry) and create a new capacitor, resistor, inductor, or ac source object with the test value.
You could effectively import an entire circuit into the processing and simulate the circuit's output.

Use SPACE to select a component when the mouse is over. This will change the outline to a green-blue.
To deselect, press SPACE when the mouse is not over the component.
While selected, a component's value can be changed by using W, A, S, D.
W - increases the increment value (10)
S - decreases the increment value (
.1)
A - decrease the component's value by the increment
D - increase the component's value by the increment

Comment if you have anymore questions.

 Respond  
Sorasyn commented on a Processing App, Resonance v1  -  Mar 09, 2012

Neat application. Is it a game or what? As of right now, all I could get it to do was drag the corresponding pieces to their respective spots on the diagram.

 Respond  
Hawkee commented on a Processing App, Resonance v1  -  Mar 09, 2012

How does it work? Also, you might want to fix all those o's in your description.

 Respond  
commented on a Processing App, Car  -  Oct 10, 2011

Very Cool :P spent 30 mins messing with the demo LOL

 Respond  
Hawkee commented on a Processing App, Mask Image  -  Aug 07, 2011

There is no file to download here.

 Respond  
Hawkee commented on a Processing App, Foreverware  -  Aug 07, 2011

I'm having a problem with this. It turns grey when I click. If this is a problem on our end let me know and I'll look into it.

 Respond  
Hawkee commented on a Processing App, P3D Cells  -  Aug 07, 2011

Pretty neat.

 Respond  
irchainscriptz commented on a Processing App, Curtain  -  Jul 19, 2011

Hahahaha was fun tearing it apart and it all over the place. Nice!!

 Respond  
BlueThen commented on a Processing App, Curtain  -  Jul 19, 2011

Hey everyone. I updated the code to be cleaner, faster, and smoother.

More info on it here: http://bluethen.com/wordpress/index.php/dev-log/changes-to-curtain/

 Respond  
irchainscriptz commented on a Processing App, Nebula Generator  -  Jul 19, 2011

kool BlueThen

 Respond  
Jonesy44 commented on a Processing App, Nebula Generator  -  Jul 16, 2011

Neat

 Respond  
BlueThen commented on a Processing App, Nebula Generator  -  Jul 15, 2011

Yes, I believe this is Processing's fault. I had some problems as well trying to embed it into my website. While we wait for Hawkee to fix this, you can view the applet here: http://bluethen.com/wordpress/index.php/processing-apps/nebula-generator/

You can also run it by downloading the zip file, exporting the applet folder, and opening up the index file.

 Respond  
Jonesy44 commented on a Processing App, Nebula Generator  -  Jul 15, 2011

I couldn't open any of the jar files on my computer unlike what I use to. Also the Try Demo button isn't working.. As you've already noticed. :) Looks good though

 Respond  
BlueThen commented on a Processing App, Circus Fluid  -  Jun 08, 2011

That's one of my main reasons of using Processing (Java) instead of a lower-level language like C++. I seriously doubt anyone would be interested in downloading an exe to try out any of the 10 second demos I make.

Also you can create applets in Processing reasonably quickly. There's a lot less hassle with language-specific and library stuff.

 Respond  
blackvenomm666 commented on a Processing App, Circus Fluid  -  Jun 08, 2011

i really like the fact that you have a site set up so people can just go to it and check out your stuff instead of having to dl it and dl the app to make it work

 Respond  
napa182 commented on a Processing App, Circus Fluid  -  Jun 08, 2011

Looks neat BlueThen +Like

 Respond  
BlueThen commented on a Processing App, Circus Fluid  -  Jun 08, 2011

Thank you, Hawkee.

 Respond  
Hawkee commented on a Processing App, Circus Fluid  -  Jun 07, 2011

Pretty neat BlueThen, I made it 640x480 for you.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.