Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matt77hias/js-smallpt

☀️ JavaScript Path Tracer
https://github.com/matt77hias/js-smallpt

path-tracing pbr ray-tracing rendering

Last synced: 2 months ago
JSON representation

☀️ JavaScript Path Tracer

Awesome Lists containing this project

README

        

[![License][s1]][li]

[s1]: https://img.shields.io/badge/license-MIT-blue.svg
[li]: https://raw.githubusercontent.com/matt77hias/js-smallpt/master/LICENSE.txt

# [js-smallpt](https://matt77hias.github.io/js-smallpt/)

## About
[JavaScript modification](https://matt77hias.github.io/js-smallpt/) of Kevin Baeson's [99 line C++ path tracer](http://www.kevinbeason.com/smallpt/)

**Note**: I deliberately chose for the same software design for [all programming languages](https://github.com/matt77hias/smallpt) out of clarity and performance reasons (this can conflict with the nature of declarative/functional programming languages).