This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: OpenGL


Hi,

an easy way to get guile bindings for OpenGL might be the SWIG package.
see http://www.cs.utah.edu/~beazley/SWIG/swig.html for more info.
The author claims to have done Python bindings for OpenGL in less than 20 
minutes (ttp://www.cs.utah.edu/~beazley/SWIG/examples/examples.html)
A problem might be that SWIG's guile support ist not as good as the support
of other languages (out of the SWIG1.1p5/Examples/guile/README:
(Disclaimer :  The SWIG guile module needs *alot* of work and a maintainer
who has alot of spare time to devote to it.))

-oliver