You are here |
www.opengl-tutorial.org | ||
| | | |
probablydance.com
|
|
| | | | The title of this blog post is obvious for any game programmer, but I notice that people outside of games often write clumsy code because they don't know how transform matrices work. Especially when people do some simple 2D rendering code, like if you just want to quickly visualize some data in a HTML canvas.... | |
| | | |
learnopengl.com
|
|
| | | | Learn OpenGL . com provides good and clear modern 3.3+ OpenGL tutorials with clear examples. A great resource to learn modern OpenGL aimed at beginners. | |
| | | |
jamie-wong.com
|
|
| | | | One of the techniques used in many demo scenes is called ray marching. This algorithm, used in combination with a special kind of function called | |
| | | |
leifnode.com
|
|
| | I've been looking at a lot of resources on current rendering algorithms to get nice looking real-time graphics and thought that it's time that I actually go and |