<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://gpblocks.org/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://gpblocks.org/wiki/feed.php">
        <title>GP Docs starting</title>
        <description></description>
        <link>https://gpblocks.org/wiki/</link>
        <image rdf:resource="https://gpblocks.org/wiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-28T11:31:41-04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://gpblocks.org/wiki/doku.php?id=starting:about&amp;rev=1506778474&amp;do=diff"/>
                <rdf:li rdf:resource="https://gpblocks.org/wiki/doku.php?id=starting:examples&amp;rev=1507112044&amp;do=diff"/>
                <rdf:li rdf:resource="https://gpblocks.org/wiki/doku.php?id=starting:features&amp;rev=1507198538&amp;do=diff"/>
                <rdf:li rdf:resource="https://gpblocks.org/wiki/doku.php?id=starting:gettingstarted&amp;rev=1507134091&amp;do=diff"/>
                <rdf:li rdf:resource="https://gpblocks.org/wiki/doku.php?id=starting:nested&amp;rev=1507198669&amp;do=diff"/>
                <rdf:li rdf:resource="https://gpblocks.org/wiki/doku.php?id=starting:scratch2gp&amp;rev=1506776620&amp;do=diff"/>
                <rdf:li rdf:resource="https://gpblocks.org/wiki/doku.php?id=starting:scratch2gp2&amp;rev=1506806856&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://gpblocks.org/wiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>GP Docs</title>
        <link>https://gpblocks.org/wiki/</link>
        <url>https://gpblocks.org/wiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://gpblocks.org/wiki/doku.php?id=starting:about&amp;rev=1506778474&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-09-30T09:34:34-04:00</dc:date>
        <title>starting:about</title>
        <link>https://gpblocks.org/wiki/doku.php?id=starting:about&amp;rev=1506778474&amp;do=diff</link>
        <description>About



GP is a free, general-purpose blocks language that is powerful yet easy to learn.

GP can:

* generate high-quality graphics computationally
* manipulate images and sounds
* analyze text files or CSV data sets
* simulate physical, biological, or economic systems
* access the web and use cloud data
* connect to hardware via the serial port
* deploy projects on the web or as stand-alone apps</description>
    </item>
    <item rdf:about="https://gpblocks.org/wiki/doku.php?id=starting:examples&amp;rev=1507112044&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-10-04T06:14:04-04:00</dc:date>
        <title>starting:examples</title>
        <link>https://gpblocks.org/wiki/doku.php?id=starting:examples&amp;rev=1507112044&amp;do=diff</link>
        <description>Examples

	*  Scratch Pong re-written in  GP
	*  Traffic Lights</description>
    </item>
    <item rdf:about="https://gpblocks.org/wiki/doku.php?id=starting:features&amp;rev=1507198538&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-10-05T06:15:38-04:00</dc:date>
        <title>starting:features</title>
        <link>https://gpblocks.org/wiki/doku.php?id=starting:features&amp;rev=1507198538&amp;do=diff</link>
        <description>Features

in no particular order.....

	*  Nested Objects</description>
    </item>
    <item rdf:about="https://gpblocks.org/wiki/doku.php?id=starting:gettingstarted&amp;rev=1507134091&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-10-04T12:21:31-04:00</dc:date>
        <title>starting:gettingstarted</title>
        <link>https://gpblocks.org/wiki/doku.php?id=starting:gettingstarted&amp;rev=1507134091&amp;do=diff</link>
        <description>Getting Started

This section is for those just getting started with GP.

	*   What is GP?
	*   Moving from Scratch to GP
	*  Cool Features
	*   Examples</description>
    </item>
    <item rdf:about="https://gpblocks.org/wiki/doku.php?id=starting:nested&amp;rev=1507198669&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-10-05T06:17:49-04:00</dc:date>
        <title>starting:nested</title>
        <link>https://gpblocks.org/wiki/doku.php?id=starting:nested&amp;rev=1507198669&amp;do=diff</link>
        <description>Nested Objects

GP allows you to build up a composite object

Visual programming creates new approaches to solve new problems. Sprite nesting is a great example for this. It creates a hierarchy between two objects by making one the owner and the other one a part.</description>
    </item>
    <item rdf:about="https://gpblocks.org/wiki/doku.php?id=starting:scratch2gp&amp;rev=1506776620&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-09-30T09:03:40-04:00</dc:date>
        <title>starting:scratch2gp</title>
        <link>https://gpblocks.org/wiki/doku.php?id=starting:scratch2gp&amp;rev=1506776620&amp;do=diff</link>
        <description># Scratch to GP

This section is for Scratchers trying out GP. It is based on this [original article](&lt;http://simplesi.net/scratch-to-gp/&gt; “SimpleSi Article”) by SimpleSi.

Note: I'm using bold to indicate GP words/methods and *italics* to show *Scratch* words/methods.

Although GP</description>
    </item>
    <item rdf:about="https://gpblocks.org/wiki/doku.php?id=starting:scratch2gp2&amp;rev=1506806856&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-09-30T17:27:36-04:00</dc:date>
        <title>starting:scratch2gp2</title>
        <link>https://gpblocks.org/wiki/doku.php?id=starting:scratch2gp2&amp;rev=1506806856&amp;do=diff</link>
        <description>Using GP for Scratchers

In this tutorial GP concepts and words will be shown in bold, and Scratch concepts and words will be shown in italics

Running GP

It is available for Windows,Mac and Linux from &lt;https://gpblocks.org/&gt;

There is also a version running on a web server so it can be tried out without having to install anything</description>
    </item>
</rdf:RDF>
