/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

procworld.blogspot.com
| | 0fps.net
3.5 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...
| | thenumb.at
2.6 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.
| | blog.danielschroeder.me
4.0 parsecs away

Travel
| | This is the first of two posts about a renderer I have been developing, focusing on what I've built and how it works. The second post discusses why I've built it and my plans for the future. I've been developing a custom real-time renderer which uses very small voxels to produce a distinctive visual style [...]
| | cowboyprogramming.com
26.2 parsecs away

Travel
| [AI summary] An article discusses the technical challenges programmers face when implementing stylus and touch screen controls for video games, covering input visualization and handling user variances.