From 9ebde829dd105f489fd609df39c030920dea1f7e Mon Sep 17 00:00:00 2001 From: alistair Date: Sun, 18 Oct 2020 13:55:37 +1000 Subject: [PATCH] readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8bd2b04 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +A raymarching renderer that does all its maths in 4d, with the aim to render an +insertion in an arbintrary manifold. + +Branches main, yeet, and richal-place-stuff will work, with varying degrees of +geometric correctness and nice phong lighting.