Ideas
Ideas
5/18/24
- Axis-Aligned Physics
- Simpler 3d soft body shape matching: each tick, use 2 random points to recover the angle of the object, then induce a corrective force on all points.
- Video: Notch's Collision Algorithm
- TinyPaint: wordcloud, 3d wordcloud with raytracing, frutiger aero button generator
- Depth-fail stencil shadows are essentially the "point in polygon" test used for truetype rasterization, done for every pixel on screen.
- Audio speed control uses error accumulator like Bresenham line drawing and this edge walk triangle rasterization technique.