Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/01alchemist/parallelpathtracerjs
ParallelPathTracerJS
https://github.com/01alchemist/parallelpathtracerjs
Last synced: about 1 month ago
JSON representation
ParallelPathTracerJS
- Host: GitHub
- URL: https://github.com/01alchemist/parallelpathtracerjs
- Owner: 01alchemist
- License: mit
- Created: 2016-01-05T12:59:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-08T18:02:39.000Z (almost 9 years ago)
- Last Synced: 2024-04-28T06:14:06.800Z (8 months ago)
- Language: JavaScript
- Size: 171 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
ParallelPathTracerJS
====a Minimalistic path tracer written in TypeScript that aims to demonstrate how one could implement a multithreaded path tracer in javascript.
### This project is using SharedArrayBuffer, currently this will only work in Firefox Nightly
##This is a port of JPath a Java project