Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 715 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 715 Bytes

tinyraytracer

Build and Publish My own version of a tinyraytracer, using Go (targeting Wasm) and HTML canvas as a frontend. Run it in your own browser here.

Concepts learned/used

  • Raytracing
  • Go + Wasm
  • Async/promises in Wasm
  • HTML5 <canvas> + JS ArrayBuffers
  • Github Actions/Pages