Laboratorio di Calcolo II by Pepe
Make sure to install these first.
Arch Linux
pacman -S freeglut
Once you installed all dependencies you need to compile and run the applications:
# Get it from GitHub
git clone https://github.com/megadoro/LC2.git
# Build it
cd openGL/softcore
# Compile
make
# Have fun!
./2DViewer
This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.