Explore >> Select a destination


You are here

pr0g.github.io
| | www.rareskills.io
8.0 parsecs away

Travel
| | This article is explains how to turn a set of arithmetic constraints into Rank One Constraint System (R1CS).
| | www.opengl-tutorial.org
4.8 parsecs away

Travel
| | Free tutorials for modern Opengl (3.3 and later) in C/C++
| | blog.mecheye.net
3.4 parsecs away

Travel
| | [AI summary] The article provides an in-depth guide to matrix multiplication and ordering in computer graphics, focusing on column-vector and row-vector conventions, column-major and row-major packing, and the implications of these choices. It emphasizes the importance of consistency and clarity in matrix conventions, as well as the use of transposes to reconcile different representations. The key takeaways include the equivalence of A * B and transpose(B) * transpose(A), the ability to combine multiple transformations into a single matrix, and the impact of matrix packing on memory efficiency.
| | www.velanstudios.com
31.2 parsecs away

Travel
| [AI summary] The text describes the rendering pipeline of the Viper Engine used in the game Knockout City. It covers various stages including the initial 3D scene rendering, post-processing steps like distortion, bloom, tonemapping, and anti-aliasing, followed by UI rendering and the final backbuffer pass. The article also mentions future enhancements and invites interested readers to apply for the Viper Engine team.