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
- Host: GitHub
- URL: https://github.com/ctrachte/tauraytrace
- Owner: ctrachte
- Created: 2022-01-05T19:48:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T20:09:09.000Z (over 4 years ago)
- Last Synced: 2025-03-06T03:14:13.367Z (over 1 year ago)
- Language: Rust
- Size: 642 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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