Explore >> Select a destination


You are here

phoboslab.org
| | wassimulator.com
2.5 parsecs away

Travel
| | Writing a graphics rendering API using OpenGL with ease of use and modularity in mind. The process is explained on how the algorithms work.
| | gpfault.net
3.0 parsecs away

Travel
| | [AI summary] The article explains how to render the Mandelbrot set using WebGL and GLSL shaders, detailing the mathematical theory, code implementation, and color palette techniques.
| | 0fps.net
2.9 parsecs away

Travel
| | Large voxel terrains may contain millions of polygons. Rendering such terrains at a uniform scale is both inefficient and can lead to aliasing of distant objects. As a result, many game engines choose to implement some form of level of detail based rendering, so that distant terrain is rendered with less geometry. http://www.youtube.com/watch?v=4S1sYUHV20s In this...
| | learnopengl.com
17.2 parsecs away

Travel
| Learn OpenGL . com provides good and clear modern 3.3+ OpenGL tutorials with clear examples. A great resource to learn modern OpenGL aimed at beginners.