The main idea was to reproduce the animations using the Assembler programming language and OpenGL framework on the Mac OS operating system.
Background
This project is the result of a bet that was made between me and my college teacher in Computer architecture.
My task was to display the flapping of a flag in the console. Obviously, it wasn't a very complicated task, but it offered me useful experience using a low-level programming language.
Code
You can find this project's code in my GitHub.
Demo
The result you can see here:
Environment
NASM, GLUT, OpenGL.