1、 GL4Java
https://cs.wmich.edu/~yang/tlt/GL4Java/ 这是一个关于使用GL4Java的demo.网站上还有大量的课程资源:
如:http://www.cs.unm.edu/~angel/BOOK/INTERACTIVE_COMPUTER_GRAPHICS/SIXTH_EDITION/
2、webGL
https://webgl2fundamentals.org 这是在web上可以比较轻松地实现OpenGL的技术。
https://webglfundamentals.org
3、计算机图形学知识点的索引
http://steve.hollasch.net/cgindex/
https://www.siggraph.org//education/materials/HyperGraph/toc.htm
4、webgraphics技术索引
https://www.siggraph.org//education/materials/HyperGraph/webgraphics/web_graphics.htm
5、C++ 的教学资料
https://people.cs.clemson.edu/~dhouse/courses/old404/docs-notes.html
如:Matrix and Vector Classes
6、klayge
klayge是一个C++的游戏引擎,其中一个KFL可以作为我们工作中的一个常用,当然如Matrix和Vector等很多功能在boost中也都能找到。
7、alglib
用于线性和非线性最小二乘拟合。可以下载free版代码。
http://www.alglib.net/interpolation/leastsquares.php#downloadsection
8、GTEngine
很好很强大的开源库。图形,图像,图片处理,物理模型仿真,3D曲线拟合。
https://www.geometrictools.com/
https://www.geometrictools.com/Tools/Tools.html