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

https://github.com/ctrachte/tauraytrace

Ray Tracing desktop app built with Tauri, Rust, and HTML/JS Canvas. Based on Gabriel Gambetta's Computer Graphics from Scratch
https://github.com/ctrachte/tauraytrace

Last synced: 2 months ago
JSON representation

Ray Tracing desktop app built with Tauri, Rust, and HTML/JS Canvas. Based on Gabriel Gambetta's Computer Graphics from Scratch

Awesome Lists containing this project

README

          

# TauRayTrace
Ray Tracing desktop app built with Tauri, Rust, and HTML/JS Canvas. Based on Gabriel Gambetta's Computer Graphics from Scratch

## Future Goals and/or Roadmap:

- Move all methods one by one to the Rust side
- have frontend only hold variables and html5 canvas
- Frontend talks to the compiled Rust engine, Rust engine does heavy processing/memory intensive tasks