Demo of a software renderer running on bare-metal x86 (no operating system), rendering to a VGA text buffer. Anti-aliasing is emulated using dithering characters of the cp437 charset (░, ▒ and █ ).
cargo run automatically executes Qemu with the produced boot image (you'll need to install Qemu x86_64).