1
0
Raytracer implementation in Nim.
Go to file
2020-11-12 15:06:59 +00:00
src Added Ray type 2020-11-08 22:44:48 +00:00
.gitignore Added sample image output for transformations 2020-11-08 22:08:38 +00:00
raytracer_nim.nimble Repo init 2020-07-21 13:47:23 +01:00
README.md Added README.md 2020-11-12 15:06:59 +00:00

Raytracer

Raytracing implementation in Nim, written following the book The Ray Tracer Challenge: A Test-Driven Guide to Your First 3D Renderer

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Nim
  • Nimble *typically bundled as part of a Nim installation
  • A clone of this repository

Building

nimble build

Running

nimble run