view_coordinates for 2D views
View_coordinates are currently ignored for 2d views. Should be possible to use these to change the way x and y are mapped to up / right on the screen.
Related to: https://github.com/rerun-io/rerun/issues/349
Blocked on replacing our egui::Image with re_renderer:
- https://github.com/rerun-io/rerun/issues/1612
I took a quite successful stab at #1581 which just like this ticket requires touching the camera we use for 2D views, making this related
This is pretty important when plotting something arbitrary and you want Y=up
Any plans to have a open street map visualizer or something like it ?
@patrickelectric we're hoping it's soon possible to log all the necessary 2d primitives to rerun to make it possible to write an application that puts openstreet map data into Rerun, but we haven't planned to do something like that third party. That's offtopic though - this issue is about a very particular aspect of the 2d view
We should do this first:
- https://github.com/rerun-io/rerun/issues/2663