GASP: Difference between revisions

From OLPC
Jump to navigation Jump to search
(rm outdated info on the xo)
(Undo revision 215270 by 79.8.187.26 (Talk))
 
Line 1: Line 1:
{{OBX license gnu|gpl|3.0+}}
{{Olpcboxtop|toptext=[[Image:GASP-logo.png|20 px]] [[{{PAGENAME}}|GASP]]}}
{{OBX license gnu|gpl|3.0+}}
{{Olpcboxbottom}}


'''GASP''' provides a simple, procedural graphics API for beginning students using Python.
[https://launchpad.net/gasp GASP] provides a simple, procedural graphics API for beginning students using Python. [[Image:GASP-logo.png|100px|right]]


It is built on top of PyCairo and PyGTK, and is designed to lead students into full use of the python and object oriented programming.
It is built on top of pygame, and is designed to lead students into full use of the python and object oriented programming.

== GASP on the XO ==

cd ~
wget http://dev.laptop.org/~ffm/gasp/downloads/gasp.sh
. gasp.sh


== More Information ==
== More Information ==

Latest revision as of 17:43, 19 August 2009

Heckert GNU white.svg GNU licensed under GPL-3.0+

GASP provides a simple, procedural graphics API for beginning students using Python.

GASP-logo.png

It is built on top of pygame, and is designed to lead students into full use of the python and object oriented programming.

GASP on the XO

cd ~
wget http://dev.laptop.org/~ffm/gasp/downloads/gasp.sh
. gasp.sh

More Information


This article is a stub. You can help the OLPC project by expanding it.