A little raymarcher This is a small C program that uses raymarching to render a scene into ASCII. Inspired by that one gif. Watch Video To compile, run gcc ray.c -lncurses Use WASD to move around the scene and the arrow keys to rotate the camera.