EtoDemerzel0427 / WebGL-Path-Tracer

Home Page:http://huangweiran.club/WebGL-Path-Tracer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebGL-Based Path Tracer

path-tracer

A WebGL-based path tracer that runs in your browser. All you need is a modern browser that supports WebGL2.0, you can try it by opening index.html in your browser, or visit here.

How to Run

Make sure you have http-server installed, otherwise you can install with npm:

npm install -g http-server

Then you can run with:

http-server .

Open your browser to http://127.0.0.1:8080 to play with our web app.

Alternatively, you can run this http-server with python:

python -m http.server 8080

Then the web app is available at localhost:8080 as well.

About

http://huangweiran.club/WebGL-Path-Tracer/


Languages

Language:JavaScript 88.5%Language:CSS 6.3%Language:HTML 5.3%