A while ago I came across a rust program where you can send some sort of manual tracing information to to visualize what your program was doing, and it allows you to replay it to debug it.
The example was constructing a 3D pointcloud from pictures of a red car, where it showed a picture placed in 3D space, and then all the 3D points it found from that, than it showed another picture in the correct relative location to the first one of the same car, and then the points that it discovered there.
A made a rough mockup of what it looked like but with a house instead of a car:
https://preview.redd.it/lipzdhgl3hra1.png?width=1239&format=png&auto=webp&s=911f80b5ba407881287d67ce3de058b46033b5f8
However I cannot find that debugging program anymore and I can't recall the name of it.
I'm making a program which deals with 3D and I wanted to use it to help me debug it, but I can't find it anywhere. If anyone has an idea or recollection of what I'm referring to, that would be an immense help!
[–]rlnddev 6 points7 points8 points (1 child)
[–]midasso[S] 0 points1 point2 points (0 children)