Explore >> Select a destination


You are here

toji.dev
| | www.jendrikillner.com
1.5 parsecs away

Travel
| | [AI summary] This graphics programming newsletter issue covers technical deep dives into remote scene approximation, GPU architecture, meshlet generation, console debugging, and optimization techniques for both desktop and web rendering APIs.
| | benschmidt.org
4.2 parsecs away

Travel
| | [AI summary] The article explains the significance of WebGPU as a browser-based API that enables efficient local GPU computing for tasks like machine learning inference and data visualization, moving these capabilities from the cloud to personal devices.
| | alain.xyz
3.0 parsecs away

Travel
| | An overview on how to write a WebGPU application. Learn what key data structures and types are needed to draw in WebGPU.
| | preetishkakkar.wordpress.com
24.2 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...