The most efficient way of learning CG programming is though real source code. Every program we developed is original, well-documented and self-explaining. We also tried our best to keep all the programs neat and simple. For example, to render a typical 2D fractal art image only takes around 20+ lines of code.
• Raw Canvas
• 2D Canvas
• WebGL 3D Canvas
• 2D Pixel Shader
• WebGL Fragment Shader
• WebGPU Compute Shading