Think I've basically "got" bzr now (We'll see...)
Written by
on
in
Young Coders.
Have pushed a copy of my bzr repository up for the spike-test of Cairo rendering Turtle graphics. You can get it by installing bzr and then doing:
bzr branch http://www.vrplumber.com/bzr/hare-graphics
Not much has changed since last night, I've just been working on figuring out bzr and doing a bit of clean-up to make the code less namespace-polluting (i.e. make a package instead of putting files in the top-level namespace).
To run you'll need PyGTK, PyCairo, PyRSVG, and likely a few other dependencies I'm forgetting. Switch to the "hare" directory and run bin/hare-gtk.py. At the moment it just runs a hard-coded file-name in the samples directory. Eventually it will be running in-memory code from the editing/viewing window, obviously.
Now on to the fun stuff.
Pingbacks
Pingbacks are closed.
Comments
Comments are closed.