Jump to content

Processing- A neat little JAVA like language

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
bbqroast

bbqroast

    Codecall Addict

  • Members
  • PipPipPipPipPipPipPip
  • 554 posts
I have for some time now been working in and out of Processing, its a neat little langauage which is a lot like JAVA; It has some interesting features but the main point is its really easy to learn!! TO draw a rectangle at cords: (top left corner) 20,20 and with a width of 20 and a length of 40 its a simple matter:
rect(20,20,20,40);
Anyway you can find it at:
Processing.org
Enjoy! WAIT
I was just wondering would it be possible to have like a subsection for these smaller languages...
Please, write clearly with proper structure. Double spacing makes the text feel un-jointed, Capitalizing Every Word Means People Stop Before Every Word Sub-Consciously Which Is A Pain In The Backside, and use code tags! (The right most styling box).

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
They're too general al anguage to be put any which place here, but it looks like a neat little project language.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#3
bbqroast

bbqroast

    Codecall Addict

  • Members
  • PipPipPipPipPipPipPip
  • 554 posts
Yeah its not that advanced but i've seen some interesting stuff...
I saw a sonar system some one had made and then programmed with processing they even made a good tutorial for it to.
Please, write clearly with proper structure. Double spacing makes the text feel un-jointed, Capitalizing Every Word Means People Stop Before Every Word Sub-Consciously Which Is A Pain In The Backside, and use code tags! (The right most styling box).