MyGit

0.15.0

rerun-io/rerun

版本发布时间: 2024-04-09 23:07:03

rerun-io/rerun最新发布版本:prerelease(2024-09-02 21:03:39)

Rerun is an easy-to-use visualization toolbox for multimodal and temporal data. Try it live at https://rerun.io/viewer.


The biggest news is the ability to create a blueprint via the Python logging API. Check out our associated blog post for more information.

import rerun.blueprint as rrb

blueprint = rrb.Blueprint(
    rrb.Vertical(
        rrb.Spatial3DView(name="3D", origin="/"),
        rrb.Horizontal(
            rrb.TextDocumentView(name="README", origin="/description"),
            rrb.Spatial2DView(name="Camera", origin="/camera/image"),
            rrb.TimeSeriesView(origin="/plot"),
        ),
        row_shares=[3, 2],
    )
    rrb.BlueprintPanel(expanded=True),
    rrb.SelectionPanel(expanded=False),
    rrb.TimePanel(expanded=False),
)

The blueprint can then be sent to the viewer with

rr.send_blueprint(blueprint)

Or stored to a file, and then later opened in the viewer:

blueprint.save("my_nice_dashboard.rbl")

In this case, the results looks something like this:

Blueprints are currently only supported in the Python API, with C++ and Rust support coming later.

✨ Overview & highlights

🔎 Details

🪵 Log API

🌊 C++ API

🐍 Python API

🦀 Rust API

🪳 Bug Fixes

🌁 Viewer Improvements

🧑‍🏫 Examples

📚 Docs

🖼 UI Improvements

🕸️ Web

🧑‍💻 Dev-experience

📦 Dependencies

🤷‍ Other

相关地址:原始地址 下载(tar) 下载(zip)

1、 librerun_c-0.15.0-aarch64-apple-darwin.a 46.67MB

2、 librerun_c-0.15.0-aarch64-unknown-linux-gnu.a 73.99MB

3、 librerun_c-0.15.0-x86_64-apple-darwin.a 47.7MB

4、 librerun_c-0.15.0-x86_64-unknown-linux-gnu.a 72.52MB

5、 rerun-cli-0.15.0-aarch64-apple-darwin 56.12MB

6、 rerun-cli-0.15.0-aarch64-unknown-linux-gnu 71.29MB

7、 rerun-cli-0.15.0-x86_64-apple-darwin 59.63MB

8、 rerun-cli-0.15.0-x86_64-pc-windows-msvc.exe 48.25MB

9、 rerun-cli-0.15.0-x86_64-unknown-linux-gnu 74.64MB

10、 rerun_c-0.15.0-x86_64-pc-windows-msvc.lib 68.17MB

11、 rerun_cpp_sdk-0.15.0-multiplatform.zip 81.69MB

12、 rerun_cpp_sdk.zip 81.69MB

13、 rerun_sdk-0.15.0-cp38-abi3-macosx_10_12_x86_64.whl 20.69MB

14、 rerun_sdk-0.15.0-cp38-abi3-macosx_11_0_arm64.whl 19.89MB

15、 rerun_sdk-0.15.0-cp38-abi3-manylinux_2_31_aarch64.whl 25.54MB

16、 rerun_sdk-0.15.0-cp38-abi3-manylinux_2_31_x86_64.whl 25.92MB

17、 rerun_sdk-0.15.0-cp38-abi3-win_amd64.whl 18.29MB

查看:2024-04-09发行的版本