Added package RaytracingAlgorithm (#2276)

This commit is contained in:
loryconti 2022-07-15 01:26:02 +02:00 committed by GitHub
parent 036498633d
commit cbd696f096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]