Explore >> Select a destination


You are here

phoboslab.org
| | thenumb.at
1.8 parsecs away

Travel
| | [AI summary] The author details the technical architecture, rendering pipeline, and optimization strategies for 'Exile,' a 3D voxel engine built from scratch using a hybrid mesh geometry solution and compact vertex data formats for performance.
| | lea.codes
2.4 parsecs away

Travel
| | A short tutorial on WebGL and Shaders
| | aerotwist.com
2.4 parsecs away

Travel
| | [AI summary] This article introduces shaders in the context of WebGL and Three.js, explaining their role in rendering 3D graphics and providing basic examples of vertex and fragment shaders.
| | blog.mecheye.net
18.5 parsecs away

Travel
| [AI summary] The article explores the complexities of modern graphics rendering, focusing on topics like render pass management, buffer allocation, and the evolution of graphics APIs. It emphasizes the importance of understanding how state is managed, the role of buffer renaming, and the transition from older APIs like OpenGL to modern ones such as Vulkan and Direct3D 12. The author also discusses the challenges of working with legacy systems and the benefits of using Direct State Access (DSA) in OpenGL to reduce errors and improve efficiency.