Explore >> Select a destination


You are here

thenumb.at
| | phoboslab.org
1.8 parsecs away

Travel
| | [AI summary] The article describes the development of a game called Voidcall, focusing on its technical aspects. It covers various elements such as game mechanics, sound, rendering, pathfinding, and optimization techniques. The game uses a custom renderer, efficient pathfinding algorithms, and optimized audio libraries. The article also discusses the challenges faced during development, including gameplay balance and performance optimization.
| | 0fps.net
1.2 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...
| | blog.danielschroeder.me
2.1 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 [...]
| | gist.github.com
24.2 parsecs away

Travel
| An example of using OpenGL shaders (and indexed drawing) in Nim - nim_opengl_shader_example.nim