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: 15 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T11:41:33.000Z (over 1 year ago)
- Last Synced: 2024-12-04T06:11:56.376Z (2 months ago)
- Topics: assembly, opengl
- Language: Assembly
- Homepage:
- Size: 732 KB
- Stars: 1
- Watchers: 2
- 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
```