A 3D renderer powered by Notcurses. As opposed to many other terminal 3D rendering programs, this uses the ability of some terminals to accept and draw pixels directly to the screen, making it possible to draw without compromising on resolution.
Make sure Notcurses is installed (on Debian it's libnotcurses-dev
). Then run make
to compile and link the rend3d-demo
executable.