https://github.com/namey5/rayasm
Simple raylib project in x64 assembly.
https://github.com/namey5/rayasm
assembly raylib
Last synced: 11 months ago
JSON representation
Simple raylib project in x64 assembly.
- Host: GitHub
- URL: https://github.com/namey5/rayasm
- Owner: Namey5
- License: mit
- Created: 2025-07-30T04:33:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-30T10:07:08.000Z (11 months ago)
- Last Synced: 2025-07-30T11:50:54.934Z (11 months ago)
- Topics: assembly, raylib
- Language: Assembly
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rayasm
Simple raylib project written in x64 assembly.
https://github.com/user-attachments/assets/1afa0438-6ec5-425c-a57f-91a7adacb422
## building
Here's what I used in testing:
| Dependency | Version |
| ---------- | ------- |
| GNU Make | 4.4.1 |
| GCC | 15.1.1 |
| pkg-config | 2.5.1 |
| raylib | 5.5 |
```bash
cd rayasm
make
./build/rayasm
# Alternatively:
make run
```