https://github.com/techwritescode/raytracer-asm
https://github.com/techwritescode/raytracer-asm
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/techwritescode/raytracer-asm
- Owner: techwritescode
- Created: 2024-11-10T21:07:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-10T21:13:11.000Z (over 1 year ago)
- Last Synced: 2025-06-29T19:30:45.197Z (12 months ago)
- Language: Assembly
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raytracing in One Weekend (But it's x86_64 assembly)
A side project to help me get more familiar with x86_64 assembly.
The aim is to implement the excellent raytracing primer [Raytracing in One Weekend](https://raytracing.github.io/books/RayTracingInOneWeekend.html).
## Build
```$ make```