Explore >> Select a destination


You are here

nelari.us
| | mattkeeter.com
7.2 parsecs away

Travel
| |
| | cprimozic.net
12.7 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.
| | reindernijhoff.net
8.6 parsecs away

Travel
| | Its the next week so time for Raytracing: the next week by Peter Shirley. Again, I implemented some of the chapters of the book in four shaders on Shadertoy. I have tried to follow the code from his book as
| | ericlathrop.com
65.5 parsecs away

Travel
| I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python.