1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
GeWang
Copyright 2003-2005 Tao Framework Team
http://www.taoframework.com
All rights reserved.
These are C# ports of some OpenGL examples developed by Ge Wang, the originals
are available from http://www.gewang.com/projects/samples/opengl/.
These examples use Tao.OpenGl and Tao.FreeGlut. Make sure you have the
appropriate native libraries for your system installed.
These examples are fairly well documented, however, do not take
them to be 'best practices' for .NET OpenGL development. The
intent of these ports is as an introduction or as a comparison
against the original native versions.
If you'd like to contribute you can port the Globe example as listed
on Ge Wang's site. I never got around to it, but it looks pretty
trivial.
Randy Ridge
http://www.taoframework.com
Change Log:
April 23, 2004
Initial release, version 1.0.0.0.
|