Code: Select all
import clutter
stage=clutter.stage
stage.set_size(500,300)
red=clutter.Color(255,0,0,255)
black=clutter.Color(0,0,0,255)
stage.set_color(black)
stage.show_all()Can anyone just give me a quick rundown on how to install clutter? My guide doesn't mention it. I've tried apt-get search clutter and installed libclutter-1.0-0 and libclutter-1.0-dev but neither seems to be sufficient, and I've searched a lot online to no avail.