Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scriptlinestudios/glasm
OpenGL + x86_64 asm
https://github.com/scriptlinestudios/glasm
assembly opengl
Last synced: about 1 month ago
JSON representation
OpenGL + x86_64 asm
- Host: GitHub
- URL: https://github.com/scriptlinestudios/glasm
- Owner: ScriptLineStudios
- License: mit
- Created: 2023-11-05T09:37:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T11:41:33.000Z (about 1 year ago)
- Last Synced: 2023-11-08T10:23:35.009Z (about 1 year ago)
- Topics: assembly, opengl
- Language: Assembly
- Homepage:
- Size: 732 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GLASM
OpenGL + x86_64 asm# Running
```bash
make -B
./main
```