Java
  Home arrow Java arrow Processing Media with Processing (Beta)
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
JAVA

Processing Media with Processing (Beta)
By: Dan Wellman
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 3
    2007-04-03

    Table of Contents:
  • Processing Media with Processing (Beta)
  • Processing potential
  • Java heritage
  • Processing projects

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Processing Media with Processing (Beta)


    (Page 1 of 4 )

    Last year saw the introduction of a new open source programming API developed specifically for use in the presentation of audio, image and other media files on the web, giving artists, designers and the like a whole new arena in which to strut their creative stuff. It can also be useful for learning fundamental concepts of programming in general.

    Processing is an open source programming language that aims to let non-programmers develop and explore creative ideas.  It has been described as an electronic scratch pad for electronically sketching images.  It's available for Linux, Windows and the Mac.  There is even a version of the language that can be used to develop mobile software.

    Processing has been around for at least four years in various incarnations and was produced initially by Ben Fry and Casey Reas.  The beta software for working with it was officially released about a year ago and this is when it really began to gather more mainstream support.  Prior to this it was in registration-only alpha development.  It can be downloaded from the main Processing site (http://www.processing.org/).  You can also check out examples and look up elements of the API in the reference section.  The software environment for developing Processing projects also has many examples built in that you can use for learning the language.  It's surprising how little code is needed to bring objects to life; the classic game of Pong for example has been brought to life using just 55 lines of code.

    The software used with Processing is a minimal integrated development environment (IDE) that lets you very easily and quickly create visual projects and see the results instantly on screen.  You need Java installed to use the IDE, and like many other small toolkits and IDEs for developing Java, it runs from a series of libraries and jar files.  It gives you everything you'd expect from what is essentially a text editor including line numbers for easy error correction, code highlighting to easily differentiate functions, variables and statements and element matching where, if an opening bracket is selected, its matching closing bracket is selected.  It also features an error output section at the bottom of the application window for debugging.  Users visiting a site with elements created with Processing embedded in it may need to accept a security certificate from Sun but won't require the Processing IDE itself. 

    Once you've created you media masterpiece, you need not worry about how you are going to implement it; you can simply choose the Export command from the interface toolbar and the IDE will kindly generate the Jar and Java files needed and create an HTML page with the applet already embedded for you so you can simply cut and paste this into your own web page.

    More Java Articles
    More By Dan Wellman


       · Hi,I hope you find this introduction to processing interesting and I hope it...
     

    JAVA ARTICLES

    - Deploying Multiple Java Applets as One
    - Deploying Java Applets
    - Understanding Deployment Frameworks
    - Database Programming in Java Using JDBC
    - Extension Interfaces and SAX
    - Entities, Handlers and SAX
    - Advanced SAX
    - Conversions and Java Print Streams
    - Formatters and Java Print Streams
    - Java Print Streams
    - Wildcards, Arrays, and Generics in Java
    - Wildcards and Generic Methods in Java
    - Finishing the Project: Java Web Development ...
    - Generics and Limitations in Java
    - Getting Started with Java Web Development in...







    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 4 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek