to install:
pmk
make
there is no 'make install' yet.
- dependencies
pmk (pre make kit: http://pmk.sf.net/ ) gtkmm (c++ binding for gtk+: http://gtkmm.org/ ) gtkglextmm (openGL crap for gtkmm: http://gtkglext.sf.net/ )
all of these packages are present in debian unstable. If you use debian
stable on a desktop, you're crazy. If you use another distribution,
you're still crazy, and I hope there are automatic tools for you to
install these packages. Otherwise it isn't hard to install.
Autoconf/automake really suck, and I hope you don't mind installing pmk. If
you're a developer, I hope you take a look at it and consider using it--it's
really quite awesome.
Offscreen rendering is slow because I'm using gtkglextmm's builtin pixmap
drawables, which happen to be indirect. This makes them slow in general,
and on top of that I can't share display lists (and textures).
anyway I'll probably use pbuffers soon..
everything is GPL2
that is all.
matus@telgarsky.com
