Difference between revisions of "Graphics3D"
Line 50: | Line 50: | ||
}} | }} | ||
{{Software category | {{Software category | ||
− | |Graphics= | + | |Graphics=3d |
|Interface=library | |Interface=library | ||
|Library=c++ | |Library=c++ |
Revision as of 12:48, 12 April 2011
Graphics3D
http://g3d.cs.williams.edu/g3d/www/index.html
3D graphics library written in C++
'Graphics3D' is a C++ library for game developers, researchers, and students. It is a base of robust and high performance code common to most 3D projects. It is not a standalone graphics or game engine--it is a set of pieces to jumpstart your own engine or graphics project. The library has two parts: G3D for pure math, and GLG3D for interacting with hardware acceleration via OpenGL. You can use G3D without GLG3D if you want to use another 3D API or don't like the OpenGL abstraction.
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Dan Munro
Verified on
20 October 2017
Notes
It is distributed alongside several other libraries and data files that each have their own licenses: http://g3d.cs.williams.edu/g3d/www/index.html#toc6
Leaders and contributors
Contact(s) | Role |
---|---|
Morgan McGuire | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Developer,Support | mailto:matrix@graphics3d.com |
Software prerequisites
Kind | Description |
---|---|
Source requirement | SDL 1.2.7 |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.