 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
n-l-i-d Guest
|
Posted: Fri May 09, 2008 3:17 pm Post subject: Processing.js - JavaScript (!!!) port of Processing language |
|
|
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. |
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)
|
Posted: Tue May 13, 2008 1:22 pm Post subject: |
|
|
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 |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|