Dark Bit Factory & Gravity
GENERAL => General chat => Topic started by: Hotshot on January 13, 2014
-
I just found this by accident
http://processing.org/examples/
You can download it and it does have own Editor where if you want code own :)
Choose code example from links I gave ya then copy it then paste to Editor then Run it!
or
From Menu.....Click File then Example as it got ton of Examples from Basic to library(yes, it does have demo example!)
No Library added need !!!
It is really good !
-
I just been playing round Image zooming and Streching in matter of mins !
Next DEMO Comp eh? heh heh who know ;D
-
Really Useful for learning things :)
http://wiki.processing.org/w/Main_Page
There another one
http://www.funprogramming.org/
P.S. Hey Mod, Can you change the title Java Processing to Processing 2.1 Please..cheers
-
I using Mouse random movement coding then I export it to compiler the demo itself you know .exe files which is 56KB ! WOW :o
I will make futher progress to see where take me because it is amazing programming language itself !
-
That's an excellent resource! K++
-
can i ask in simple terms, what's this processing thing all about? i skimmed through the links there but i am not fully understanding what its all about.
cheers
-
can i ask in simple terms, what's this processing thing all about? i skimmed through the links there but i am not fully understanding what its all about.
-
ahh thanks hotshot.. i will make a point of having a little shot at some point. i like too try my hand at as many languages as possible :cheers:
-
Re: the thread title: I think we're all getting a bit confused with Java/script. Processing is based on Java. To quote Jim in the other thread:
Java - object oriented, compiled (to bytecode) language, which runs on the Java Virtual Machine. Can make executable programs as well as run in a plugin in some web browsers
JavaScript/ECMAScript/js - interpreted script language implemented by most browsers, usually delivered in web pages though engines like Node.js can execute javascript on display-less servers (in the same way servers run PHP). Unrelated except by name to Java.
JScript, JScript.NET - Microsoft's bastardisations of JavaScript
JQuery - a javascript library which provides an API which hides away browser differences. eg. document.getElementByName('id') becomes $('id') and will work on all browsers.
Crystal clear ;)
can i ask in simple terms, what's this processing thing all about? i skimmed through the links there but i am not fully understanding what its all about.
cheers
I know Hotshot has replied above, but just to add to this: I believe it's original aim was to provide a relatively simple programming language and environment with built in graphical capabilities to make coding more accessible to creative types who might not be so hot on code. I think the idea is that you can create data visualisations, etc. and create shiny visuals to go along your new arduino, etc based gizmo without worrying about too much set up.
There are lots of interesting projects on their site. (http://processing.org/exhibition/)
Processing seeks to ruin the careers of talented designers by tempting them away from their usual tools and into the world of programming and computation. Similarly, the project is designed to turn engineers and computer scientists to less gainful employment as artists and designers.
-
ahh that makes a lot of sense thanks Yaloopy! i will definitely be checking it out once i get my current projects finished. cheers!
-
Re: the thread title: I think we're all getting a bit confused with Java/script. Processing is based on Java.
Sorry, my fault - I changed the title of the first post at Hotshot's request, but mistakenly thought he was discussing JavaScript. I've changed it back.
:trans: