Open GoogleCodeExporter opened 9 years ago
Original comment by almar.klein@gmail.com
on 10 May 2012 at 10:08
Probably not a problem for the foreseeable future.
Original comment by almar.klein@gmail.com
on 20 Jun 2012 at 1:02
From the pyopengl documentation
(http://pyopengl.sourceforge.net/documentation/deprecations.html):
".. most vendors have committed to providing legacy-compatible drivers for all
of their products ..."
Original comment by almar.klein@gmail.com
on 27 Aug 2012 at 10:28
Nicolas Rougier has some nice examples for drawing anti-aliased lines and such
on a googlecode page: code.google.com/p/gl-agg/ It would be nice to have a look
at that.
However, Visvis has en emphasis to support visualization on old machines (e.g.
winXP). This means we need two versions for drawing lines (and whatever else we
want to convert), which would mean an extra maintaining burden.
For this reason, and because it does not seem to be a problem at this point, we
will probably use the old opengl API where possible for the foreseeable future.
Original comment by almar.klein@gmail.com
on 27 Aug 2012 at 10:36
Another ref provided by Nicolas that might be interesting:
http://cgg-journal.com/2008-2/06/index.html
Original comment by almar.klein@gmail.com
on 27 Aug 2012 at 12:16
Original issue reported on code.google.com by
almar.klein@gmail.com
on 5 Jul 2011 at 2:11