Questions tagged [gasp]

Graphics API for Students of Python (GASP) is a procedural graphics library for beginning programmers.

Graphics API for Students of Python (GASP) is a procedural graphics library for beginning programmers.

It is used in the free textbook How to Think Like a Computer Scientist.

References:

18 questions
0
votes
1 answer

Scrollmagic timelineMax duration offset

I have a pretty simple Scrollmagic event. It involves section wipes, as explained here - ScrollMagic Section Wipes Example. So taking that I put together the following ScrollMagic setup. var ctrl = new ScrollMagic.Controller({ …
Chris James Champeau
  • 984
  • 2
  • 16
  • 37
-1
votes
1 answer

How can I install python-gasp on Ubuntu 16.04?

I use a Ubuntu 16.04 system, and I want to install the gasp for python. I was told that the following commands can help me to install the python-gasp: $ sudo apt-get install python-gasp I tried the commands, but it seems not to work, because when…
LaoSun
  • 3
  • 1
-2
votes
1 answer

Why is my Pong Game Bouncing the Ball in the Wrong Place?

I am having trouble with the exercise where you modify the already-coded game "Catch" to make it into a pong-type game. For context, see here in the section at the bottom titled "8.13. Project: pong.py". The ball seems to zig-zag randomly. For a…
1
2