Gasp Project Page
Gasp is a graphics API, written with the purpose of updating and replacing Livewires using PyGame. Gasp can allow students with just a small amount of programming experience to create simple games and animations. If you just wish to download Gasp , it is available on our Download page.Please be advised that documentation is still in the process of being written. Livewires programs that use the beginners module should work (subject to change). If you are interested in developing Gasp, we have a Launchpad page. You should also become familiar with the Bazaar Version Control System. Most importantly,please send us your feedback! Send feedback to gasp-dev@googlegroups.com.
Instructions:
Apt packages:
To use the packaged version of gasp (which is the most stable and tested version) add either our dapper or feisty repository as explained on our Apt page. Then run:
sudo apt-get install python-gasp sudo apt-get install python-gasp-lessons
bzr repositories:
You can also check out the latest version of gasp and the gasp lessons using our bzr repository. First install bzr on your system (if you don't already have it):
sudo apt-get install bzr
and then check out the latest gasp:
bzr branch http://dc.ubuntu-us.org/bazaar/gasp
To check out the developer's branch of gasp:
bzr branch http://dc.ubuntu-us.org/bazaar/gasp-dev
For documentation use:
bzr branch http://dc.ubuntu-us.org/bazaar/gasp_lessons
