Support more drawing 2D primitives like in OpenCV: https://docs.opencv.org/4.x/dc/da5/tutorial_py_drawing_functions.html
- Ellipse - not available
- Marker - not available, but could be like cv::drawMarker
- Polygon - can be done with
rerun::LineStrip2D but can it be filled with color?
- Text - not available
- Line - available as
rerun::LineStrip2D
- Rectangle - available as
rerun::Boxes2D
- Circle - available as
rerun::Points2D
Support more drawing 2D primitives like in OpenCV: https://docs.opencv.org/4.x/dc/da5/tutorial_py_drawing_functions.html
rerun::LineStrip2Dbut can it be filled with color?rerun::LineStrip2Drerun::Boxes2Drerun::Points2D