/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

www.reedbeta.com
| | therealmjp.github.io
3.5 parsecs away

Travel
| | While the idea of deferred shading/deferred rendering isn't quite as hot as it wasyear or two ago (OMG, Killzone 2 uses deferred rendering!), it's still a cool idea that gets discussed rather often.People generally tend to be attracted to way a "pure" deferred renderer neatly and cleanly separates your geometry from your lighting, as well as the idea of being able to throw lights everywhere in their scene.However as anyone who's done a little bit of research into the topic surely knows, it comes with a few drawbacks.
| | machinethink.net
3.0 parsecs away

Travel
| | Learn how OpenGL and Metal work by writing your own 3D renderer from scratch
| | diaryofagraphicsprogrammer.blogspot.com
3.4 parsecs away

Travel
| | In June last year I had an idea for a new rendering design. I call it light pre-pass renderer. The idea is to fill up a Z buffer first and a...
| | www.willusher.io
18.4 parsecs away

Travel
| [AI summary] An article demonstrates how to implement the Marching Cubes algorithm using WebGPU shaders to achieve near-native rendering performance in the browser.