From cbd696f096a27cd7a7b651427b50eaf5d45563ec Mon Sep 17 00:00:00 2001 From: loryconti <56968043+lorycontixd@users.noreply.github.com> Date: Fri, 15 Jul 2022 01:26:02 +0200 Subject: [PATCH] Added package RaytracingAlgorithm (#2276) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 3112555..85f3da9 100644 --- a/packages.json +++ b/packages.json @@ -26692,5 +26692,18 @@ "description": "Create Reveal.js slideshows in Nim", "license": "MIT", "web": "https://github.com/HugoGranstrom/nimib-reveal/" + }, + { + "name": "RaytracingAlgorithm", + "url": "https://github.com/lorycontixd/RaytracingAlgorithm", + "method": "git", + "tags": [ + "raytracer", + "nim", + "library" + ], + "description": "RayTracing Algorith in Nim", + "license": "GPL-3.0", + "web": "https://github.com/lorycontixd/RaytracingAlgorithm" } ]