Explore >> Select a destination


You are here

csantosbh.wordpress.com
| | preetishkakkar.wordpress.com
2.1 parsecs away

Travel
| | What is Nanite One of hard problems in computer graphics specifically for games is how to render unlimited polygons/triangles efficiently in real time. Artists have dreamt about a world where they don't have to worry about polycounts. Nanite is UE5 technology that tries to achieve it by implementing a very efficient yet dynamic LOD (level...
| | gpfault.net
2.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.
| | jamie-wong.com
2.6 parsecs away

Travel
| | [AI summary] Jamie Wong's blog post details the process of rendering metaballs using WebGL, explaining the OpenGL programmable pipeline, shaders, and techniques for transferring data from the CPU to the GPU.
| | www.nicktasios.nl
20.9 parsecs away

Travel
| In this series of posts, I am going to create a clone of the classic arcade game, space invaders, in C++ using only a few dependencies. In this post I will set up the required OpenGL shaders to draw a