Raycasting is a more simple version of the often used raytracing and describe a process which scannes (in this example a 2D space) a scene. In this simple version the scanning will end after hitting ...
Capable of drawing triangles with image textures and handling a single light source. Everything is hardcoded, so changing the models that get rendered requires modifying the code. This is running ...