AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Processing.js - JavaScript (!!!) port of Processing language

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
n-l-i-d
Guest





PostPosted: Fri May 09, 2008 3:17 pm    Post subject: Processing.js - JavaScript (!!!) port of Processing language Reply with quote

John Resig - Processing.js

Quote:
I've ported the Processing visualization language to JavaScript, using the Canvas element.


Quote:
The full source code is contained within a single file. It comes in at about 5000 lines, compresses down to less than 10kb.


Shocked Cool

processing.org (Java, FOSS)

Quote:
Processing is an open source programming language and environment for people who want to program images, animation, and interactions. It is used by students, artists, designers, researchers, and hobbyists for learning, prototyping, and production. It is created to teach fundamentals of computer programming within a visual context and to serve as a software sketchbook and professional production tool. Processing is developed by artists and designers as an alternative to proprietary software tools in the same domain.

Processing is free to download and available for GNU/Linux, Mac OS X, and Windows.
Back to top
PhiLho



Joined: 27 Dec 2005
Posts: 6702
Location: France (near Paris)

PostPosted: Tue May 13, 2008 1:22 pm    Post subject: Reply with quote

Very interesting. Useless (since Processing can generate applets running on the browser, including IE), but an impressive proof of concept.
Of course, he have left the IO functions (like reading a file) due to limitation of JS (same limitations for unsigned applets anyway) and the 3D functions...

I recently started to play with Processing. It is a bit of a big download (even for the version without JRE) because it includes many libraries (not handled by the JS version, I suppose).
I highly recommend it to those wanting to start learning Java programming: you can write simple procedural programs in Processing (simple drawings) but you can progressively start to create classes and such without the hassle of handling classpaths, compiler, etc. with an immediate, rewarding graphical output.
_________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group