Releases: Tiqur/Rust-PathTracer
Release-v1.7.0
Improved performance by Implementing multithreading and decreasing thread lock time.
Release-v1.6.0-beta
Commit: cd54e7c
Moved the render method to a separate thread allowing you to see the render progress
( This will decrease performance for now until I add support for more threads )
Release-v1.5.0-beta
Commit: 1f7c767
Added triangle object
Release-v1.4.0-beta
Commit: 341c1d8
Implemented working reflection
Fixed sky color
Cleaned up code
Setup for future additions
Release-v1.3.0-beta
Commit: 56116af
Added rudimentary shadows
Refactored some code for optimization and ease of access
Added option to enable/disable terminal statistics
Release-v1.2.0-beta
Commit: c0480e8
Added time estimate and other render statistics
Release-v1.1.0-beta
Commit: 8eb1ed7
Fixed terminal flicker and added color
Release-v1.0.0-beta
Commit: 994e4ef
Added textures: Base, Checkerboard
Release-v0.9.1-beta
Commit: 9665c5c
Fixed progress bar not clearing terminal
Release-v0.9-beta
Commit: f82852c
Removed movement controls
Added progress bar
Added material class ( just color for now )