Graphics

GitHub - rt64/rt64: RT64 is an N64 graphics renderer for playing with enhancements in emulators and native ports.

RT64 is a modern N64 graphics renderer offering enhanced gameplay features through emulators and native ports, supporting high-resolution rendering, widescreen display, and frame interpolation. The renderer provides advanced capabilities including path tracing, texture pack support, and game script interpretation, while maintaining high accuracy without game-specific workarounds.

Writing My Own Dithering Algorithm in Racket

An exploration of image dithering techniques demonstrates how to convert color images to black-and-white using various algorithms, including a novel approach that balances between Atkinson and Floyd-Steinberg methods. The author developed this technique while building Guten, a custom newspaper printer that requires monochrome images, showcasing practical applications of dithering in modern technology.