https://raytracing.github.io/books/RayTracingTheNextWeek.htm... https://raytracing.github.io/books/RayTracingTheRestOfYourLi...
I did this ray tracing library in Rust inspired by these books: https://github.com/DanielPettersson/solstrale-rust
And also a small UI using the lib: https://github.com/DanielPettersson/solstrale-desktop-rust
Kind of not maintained anymore.. But fun way learning Rust..
Did the same kind of thing a few years ago. When my kids were in to tower defense games.
https://pettersson.casa/td2/
The implementation is nothing fancy at all. The graphics is done with PixiJS, and there is a sprinkle of jQuery and TweenMax for the movement.
https://raytracing.github.io/books/RayTracingTheNextWeek.htm... https://raytracing.github.io/books/RayTracingTheRestOfYourLi...
I did this ray tracing library in Rust inspired by these books: https://github.com/DanielPettersson/solstrale-rust
And also a small UI using the lib: https://github.com/DanielPettersson/solstrale-desktop-rust
Kind of not maintained anymore.. But fun way learning Rust..