Kneelawk / fractal-rs

Simple fractal viewer written in Rust
GNU Lesser General Public License v3.0
2 stars 0 forks source link

View ordering and consecutivity #1

Closed Kneelawk closed 2 years ago

Kneelawk commented 4 years ago

In order to implement a system for reordering views that are potentially received out of order, there needs to be a robust system for ordering views and checking if any are missing.

Kneelawk commented 2 years ago

This has been largely fixed now by having views contain pixel coordinates for their starting positions within the original image.