An open API service indexing awesome lists of open source software.

https://github.com/techwritescode/raytracer-asm


https://github.com/techwritescode/raytracer-asm

Last synced: 12 months ago
JSON representation

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```