From 8d408439b42981d605e6c91fb73c7be5826b75b0 Mon Sep 17 00:00:00 2001 From: neviyn Date: Thu, 12 Nov 2020 15:06:59 +0000 Subject: [PATCH] Added README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..47fa98b --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# Raytracer + +Raytracing implementation in Nim, written following the book [The Ray Tracer Challenge: A Test-Driven Guide to Your First 3D Renderer](http://raytracerchallenge.com/) + +## 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](https://nim-lang.org/) +* [Nimble](https://github.com/nim-lang/nimble) *typically bundled as part of a Nim installation +* A clone of this repository + +### Building + +``` +nimble build +``` + +### Running + +``` +nimble run +``` \ No newline at end of file