Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathsou/raytracer
Raytracer in Nim
https://github.com/nathsou/raytracer
Last synced: about 2 months ago
JSON representation
Raytracer in Nim
- Host: GitHub
- URL: https://github.com/nathsou/raytracer
- Owner: nathsou
- Created: 2022-07-30T14:05:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T09:55:56.000Z (about 2 years ago)
- Last Synced: 2024-10-11T20:42:54.442Z (3 months ago)
- Language: Nim
- Size: 1020 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```