Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nathsou/raytracer

Raytracer in Nim
https://github.com/nathsou/raytracer

Last synced: about 2 months ago
JSON representation

Raytracer in Nim

Awesome Lists containing this project

README

        

# Multithreaded RayTracer in Nim

See https://raytracing.github.io/books/RayTracingInOneWeekend.html

![Output](./out.bmp)

## Usage

```bash
$ nimble build -d:release --threads:on
$ ./raytrace
```