Explore >> Select a destination


You are here

bumbershootsoft.wordpress.com
| | csantosbh.wordpress.com
3.0 parsecs away

Travel
| | This article is an extension to a previously discussed topic: How to perform large texture magnification for pixelated games without aliasing between texels. My first post described a method to achieve this by assuming that, during the whole time, your polygons remain approximately at the same size after they are rendered. Constant pixels with variable...
| | lea.codes
4.3 parsecs away

Travel
| | A short tutorial on WebGL and Shaders
| | www.nicktasios.nl
4.9 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
| | reindernijhoff.net
19.7 parsecs away

Travel
| Just a repost of one of my first shaders on Shadertoy. This is a simple realtime path tracer, implemented in a WebGL fragment shader. The shader shows motion blur, depth of field and importance sampling. The path tracer is based