An OpenGL program... written in assembly
To be specific: It is written in Linux x86_64 ELF64 assembly with intel formatting
nasm
- The assembler
GLFW
- A library for creating windows
Just run the following command:
make
./asm_gl
You can change the name by editing the TARGET
variable in the Makefile
This project is licensed under the MIT license. See LICENSE for more details