rerun icon indicating copy to clipboard operation
rerun copied to clipboard

view_coordinates for 2D views

Open jleibs opened this issue 2 years ago • 5 comments

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

jleibs avatar Feb 23 '23 19:02 jleibs

Blocked on replacing our egui::Image with re_renderer:

  • https://github.com/rerun-io/rerun/issues/1612

emilk avatar Mar 20 '23 12:03 emilk

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

Wumpf avatar Apr 18 '23 09:04 Wumpf

This is pretty important when plotting something arbitrary and you want Y=up

emilk avatar May 03 '23 11:05 emilk

Any plans to have a open street map visualizer or something like it ?

patrickelectric avatar Feb 16 '24 21:02 patrickelectric

@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

Wumpf avatar Feb 18 '24 09:02 Wumpf

We should do this first:

  • https://github.com/rerun-io/rerun/issues/2663

emilk avatar Apr 12 '24 06:04 emilk