https://github.com/voltageddebunked/x86gl
This is a simple implementation of making a window using OpenGL in pure x86-64 NASM Intel assembly.
https://github.com/voltageddebunked/x86gl
Last synced: about 1 year ago
JSON representation
This is a simple implementation of making a window using OpenGL in pure x86-64 NASM Intel assembly.
- Host: GitHub
- URL: https://github.com/voltageddebunked/x86gl
- Owner: VoltagedDebunked
- License: gpl-3.0
- Created: 2024-11-24T18:38:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-24T19:02:59.000Z (over 1 year ago)
- Last Synced: 2025-05-27T16:49:50.637Z (about 1 year ago)
- Language: Assembly
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# X86GL
This is a simple implementation of making a window using OpenGL in pure x86-64 NASM Intel assembly.
## License
[GPL-3.0](LICENSE)