Explore >> Select a destination


You are here

www.codeslow.com
| | www.nicktasios.nl
71.4 parsecs away

Travel
| | In this series of posts, I am going to create a clone of the classic arcade game, space invaders, in C++ using only a few dependencies. In this post I will set up the required OpenGL shaders to draw a
| | jamie-wong.com
66.7 parsecs away

Travel
| |
| | machinethink.net
62.5 parsecs away

Travel
| | Learn how OpenGL and Metal work by writing your own 3D renderer from scratch
| | cprimozic.net
139.4 parsecs away

Travel
| I've been working on building 3D scenes and environments in the browser using Three.JS. As part of those, I make pretty heavy use of the pmndrs postprocessing library for post-processing and effects. I've also implemented a custom godrays effect that works with postprocesing called three-good-godrays. It creates a custom pass that is added to the postprocessing EffectComposer which renders volumetric screen-space godrays by reading the depth buffer and shadow map for a light.