<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://processing.org/hacks/lib/exe/css.php?s=feed" type="text/css"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
    <title>Hacks \ Processing 1.0 (BETA)</title>
    <tagline></tagline>
    <link rel="alternate" type="text/html" href="http://processing.org/hacks/"/>
    <id>http://processing.org/hacks/</id>
    <modified>2008-10-13T00:34:34-07:00</modified>
    <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
    <entry>
        <title>hacks:contents - Removing categories that should be documented on the site.</title>
        <link rel="alternate" type="text/html" href="http://processing.org/hacks/doku.php?id=hacks:contents"/>
        <created>2008-10-02T22:55:08-07:00</created>
        <issued>2008-10-02T22:55:08-07:00</issued>
        <modified>2008-10-02T22:55:08-07:00</modified>
        <id>http://processing.org/hacks/doku.php?id=hacks:contents</id>
        <author>
            <name>REAS</name>
        </author>
        <summary>Processing \ Hacks

 There's a tremendous amount that you can do with Processing that extends beyond the officially supported language and environment. Processing Hacks is an effort to document some of the trickier and more advanced topics that Processing users are stumbling across as they gain experience and cross-fertilize their work with other platforms, languages, and libraries.</summary>
    </entry>
    <entry>
        <title>hacks:robot</title>
        <link rel="alternate" type="text/html" href="http://processing.org/hacks/doku.php?id=hacks:robot"/>
        <created>2008-09-20T20:14:11-07:00</created>
        <issued>2008-09-20T20:14:11-07:00</issued>
        <modified>2008-09-20T20:14:11-07:00</modified>
        <id>http://processing.org/hacks/doku.php?id=hacks:robot</id>
        <author>
            <name>irag</name>
        </author>
        <summary>versions0135+contributorsiragstarted on2008-09-20 13:16
 The Java API says this about the Robot class:
 ”This class is used to generate native system input events for the purposes of test automation, self-running demos, and other applications where control of the mouse and keyboard is needed. The primary purpose of Robot is to facilitate automated testing of Java platform implementations.“</summary>
    </entry>
    <entry>
        <title>hacks:swingsliders</title>
        <link rel="alternate" type="text/html" href="http://processing.org/hacks/doku.php?id=hacks:swingsliders"/>
        <created>2008-09-20T20:02:49-07:00</created>
        <issued>2008-09-20T20:02:49-07:00</issued>
        <modified>2008-09-20T20:02:49-07:00</modified>
        <id>http://processing.org/hacks/doku.php?id=hacks:swingsliders</id>
        <author>
            <name>irag</name>
        </author>
        <summary>versions0135+contributorsiragstarted on2008-09-20 18:27
 AWT and Swing components should not be used within Processing sketches.

A hack around this is to use Processing within a standard Java application. (ooh, aahh!)

The PApplet, among its many other sexy capabilities, is a standard Java component, meaning that it can be integrated into a Java AWT or Swing application. This is very cool, as it allows you to utilize sophisticated GUI elements while still using the Processing commands you've co…</summary>
    </entry>
</feed>
