HN user

Tycho87

650 karma
Posts81
Comments12
View on HN
rerun.io 16d ago

An MCP for visually inspecting robotics data, with headless rendering for CI

Tycho87
2pts0
bitrobot-foundation.github.io 27d ago

Humanoids In-the-Wild Dataset

Tycho87
3pts0
rerun.io 28d ago

The Robotics Experiment Loop

Tycho87
8pts0
rerun.io 1mo ago

Robotics Teams Are Rebuilding the Data Stack from Scratch

Tycho87
34pts1
rerun.io 2mo ago

A new data layer for robot learning

Tycho87
3pts0
rerun.io 2mo ago

The Data Layer Tax for Robot Learning

Tycho87
7pts0
galbanis.dev 3mo ago

Can you MoCap a parkour video?

Tycho87
1pts0
github.com 4mo ago

Rerun 0.30: Plot Any Scalar and Custom GPU Visualizers

Tycho87
4pts1
github.com 6mo ago

Visualize OpenUSD in Rerun

Tycho87
1pts0
github.com 7mo ago

Rerun 0.28 – easier use with ROS style data

Tycho87
2pts1
github.com 7mo ago

SAM3D Body with Rerun

Tycho87
2pts1
rerun.io 10mo ago

MCAP Support Lands in Rerun

Tycho87
11pts0
datafusion.apache.org 10mo ago

User Defined Types and Custom Metadata in DataFusion

Tycho87
2pts0
github.com 10mo ago

Rerun 0.25 – transparency, table filtering and initial MCAP support

Tycho87
2pts1
www.robot-learning.co 10mo ago

TRLC-DK1: An Open Source Dev Kit for AI-Native Robotics

Tycho87
2pts2
github.com 10mo ago

Rerun: Physical AI visualization written in Rust

Tycho87
1pts1
ethz-vlg.github.io 10mo ago

MVTracker: Multi-View 3D Point Tracking

Tycho87
3pts0
github.com 11mo ago

Train robots with Pi0, Lerobot and human pose motion retargeting

Tycho87
2pts2
rerun.io 1y ago

Rerun 0.24 – Light Mode, Streaming Video, Tagged Components

Tycho87
1pts1
forge.dev 1y ago

Forge – an advanced 3D Gaussian Splatting renderer for Three.js

Tycho87
19pts0
github.com 1y ago

Cloudini – point cloud compression library

Tycho87
1pts0
github.com 1y ago

3D data annotation tool using Gradio and Rerun

Tycho87
4pts1
github.com 1y ago

VGGT PyTorch Inference

Tycho87
1pts0
github.com 1y ago

Apple's Cubify Anything: Scaling Indoor 3D Object Detection

Tycho87
188pts27
rerun.io 1y ago

The Missing Data Infrastructure for Physical AI

Tycho87
14pts0
github.com 1y ago

Nvidia released Isaac GR00T N1 under Apache 2 license

Tycho87
4pts1
github.com 1y ago

MASt3R-Slam with Gradio UI and Rerun Viz

Tycho87
1pts0
github.com 1y ago

Prompting Depth Anything for 4K Resolution Accurate Metric Depth Estimation

Tycho87
1pts0
rerun.io 1y ago

Interactive Graphs in Rerun

Tycho87
1pts0
github.com 1y ago

Kittest: A UI Testing Library for Rust Powered by AccessKit

Tycho87
2pts0

Rerun is an open-source viewer for time-series and multimodal data used in robotics and physical AI (images, point clouds, tensors, transforms, etc.).

In 0.30, you can plot arbitrary scalar data directly in time series views — floats, ints, uints, bools, including nested Arrow data — even without predefined semantics.

This release also introduces a new extension model: you can register custom visualizers directly into existing 2D/3D/Map views, define your own archetypes, and use fully custom shaders — without forking the Viewer. That means domain-specific GPU renderers (e.g., height fields, cost maps, learned fields) can live inside the standard app.

The Viewer now supports on-demand streaming when connected to a Rerun server or Rerun Cloud, fetching only what you’re viewing and evicting stale data as you scrub. This enables working with recordings larger than RAM — including in the web viewer beyond the 4 GiB Wasm limit.

Interested in feedback from people building robotics tooling, telemetry pipelines, or large-scale visualization systems.

An unofficial playground for Meta's SAM3D Body (DINOv3) with promptable SAM3 masks and live Rerun visualization. Uses Rerun for 3D inspection, Gradio for the UI, and Pixi for one-command setup.

Rerun is the multimodal data stack to model, ingest, store, query and view robotics-style data. It's used in areas like robotics, spatial and embodied AI, generative media, industrial processing, simulation, security, and health.

Rerun is easy to use! You can use the Rerun SDK (available for C++, Python and Rust) to log data like images, tensors, point clouds, and text. Logs are streamed to the Rerun Viewer for live visualization or to file for later use. You can also query the logged data through a dataframe API.

Rerun Web Viewer 3 years ago

Rerun is an open source visualization toolbox for computer vision and robotics data written in Rust using egui.

demo.rerun.io is showcasing different examples of the Rerun webviewer, including a description and a link to relevant code on Github.