gfrey / hdrt

hackday ray tracer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynport Hack Day Ray Tracer

This project was created during a hack day at http://dynport.de

Alt text

Start with

go run hdrt/*.go

and point your browser to (http://localhost:3000). Copy the scene given in the default_scene.json file to the editor box and press render (takes a while because of default size).

Current Issues

  • sphere doesn't cast shadows
  • sphere doesn't have a reflection
  • add basic object graph
  • read blender files
  • improve render equation to include reflection and refraction

About

hackday ray tracer


Languages

Language:Go 80.6%Language:JavaScript 14.5%Language:HTML 3.8%Language:CSS 0.7%Language:Makefile 0.4%