Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/01alchemist/parallelpathtracerjs

ParallelPathTracerJS
https://github.com/01alchemist/parallelpathtracerjs

Last synced: about 1 month ago
JSON representation

ParallelPathTracerJS

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