Skip to content
/ asm_gl Public

An OpenGL program... written in assembly

License

Notifications You must be signed in to change notification settings

lmarz/asm_gl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asm_gl

An OpenGL program... written in assembly
To be specific: It is written in Linux x86_64 ELF64 assembly with intel formatting

Requirements

nasm - The assembler
GLFW - A library for creating windows

How to Build

Just run the following command:

make

Run

./asm_gl

You can change the name by editing the TARGET variable in the Makefile

License

This project is licensed under the MIT license. See LICENSE for more details

About

An OpenGL program... written in assembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published