Computer Graphics Topics
Menu: Bezier Curves | OpenGL | Ray Tracing
Inbox
- Computer Graphics from scratch
- Articles on fractals, computer graphics, mathematics, demoscene and more
- Casual Introduction to Low-Level Graphics Programming
- Pixar in a Box
- http://design.tutsplus.com/tutorials/create-dimension-with-gradients-in-this-abstract-poster-design--cms-21974
- http://news.ycombinator.com/item?id=8875408 - The Tungsten Renderer (noobody.org)
- http://www.fxguide.com/featured/the-art-of-rendering
- http://news.ycombinator.com/item?id=7381511 - How to create 2D visibility/shadow effects for your game
- http://www.drdobbs.com/parallel/graphics-programming-black-book/184404919
- http://github.com/jagregory/abrash-black-book/releases
- http://www.ibm.com/developerworks/library/os-physicsengines/
- http://inamidst.com/stuff/notes/csspx - CSS px is an Angular Measurement
- Real time Point Based Global Illumination
- http://www.iquilezles.org/ - Íñigo Quílez
- http://scratchapixel.com/
Perlin Noise
- http://mrl.nyu.edu/~perlin/courses/fall2014/
- http://mrl.nyu.edu/~perlin/courses/fall2013/oct30/
- https://eev.ee/blog/2016/05/29/perlin-noise/
Image Processing
Mandelbrot
- https://en.scratch-wiki.info/wiki/Recursion_and_Fractals
- Generating the Mandelbrot Set
- https://medium.com/dailyjs/the-mandelwat-set-c3037204bf83
- https://en.m.wikipedia.org/wiki/Burning_Ship_fractal
- Haskell Progressive Example
- The Mandelbrot set in JavaScript
- Mandelbrot Set with SIMD Intrinsics
- The Real 3D Mandelbrot Set