Explore >> Select a destination


You are here

gist.github.com
| | glfmn.io
5.1 parsecs away

Travel
| |
| | lea.codes
2.9 parsecs away

Travel
| | A short tutorial on WebGL and Shaders
| | www.nicktasios.nl
1.8 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
| | therealmjp.github.io
25.2 parsecs away

Travel
| There's been a bit of a stir on the Internet lately due to AMD's recent Leo demo, which was recently revealed to be using a modern twist on Light Indexed Deferred Rendering. The idea of light indexed deferred has always been pretty appealing, since it gives you some of the advantages of deferred rendering (namely using the GPU to decide which lights affect each pixel) while still letting you use forward rendering to actually apply the lighting to each surface.