Graphics
Resources
- KABOOM! in 180 lines of bare C++ - explosion image using raytracing #ray-tracing #cpp
- Tiny Renderer or how OpenGL works: software rendering in 500 lines of code - how to build tiny renderer with everything explained in a few short chapters, well written, easy to follow, simply amazing
- literate-raytracer - literate raytracer, written in Javascript #ray-tracing #javascript
- rerun.io - Rerun is an SDK, time-series database, and visualizer for temporal and multimodal data. It’s used in fields like robotics, spatial computing, 2D/3D simulation, and finance to verify, debug, and explain. #rust
- AAA - Analytical Anti-Aliasing
- Ray tracing in one weekend #ray-tracing