/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

gpfault.net
| | www.mrspeaker.net
2.7 parsecs away

Travel
| |
| | blog.willemmelching.nl
0.6 parsecs away

Travel
| | A small weekend project to buld a colorful Mandelbrot set renderer using OpenCL.
| | danangell.com
3.1 parsecs away

Travel
| | Shaders provide programmers with a beautiful combination of art and math. Most other throwaway projects are devoid of any artistic value. In less than a dozen lines of code you can draw fractals. A few more and you can start creating intricate animations. The most interesting part is the unique perspective they force you into. Say you want to draw a circle in an imperative programming language. You need to break out a for loop and calculate the sin and cos of different angles until you have points all around the circumference of a circle.
| | diaryofagraphicsprogrammer.blogspot.com
23.2 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...