rerun

Visualize streams of multimodal data. Free, fast, easy to use, and simple to integrate. Built in Rust. (by rerun-io)

Rerun Alternatives

Similar projects and alternatives to rerun

  1. imgui

    373 rerun VS imgui

    Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. DearPyGui

    Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies

  4. egui

    217 rerun VS egui

    egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native

  5. transformers

    202 rerun VS transformers

    🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

  6. just

    198 rerun VS just

    🤖 Just a command runner

  7. manim

    147 rerun VS manim

    Animation engine for explanatory math videos

  8. JUCE

    107 rerun VS JUCE

    JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. Iron python

    35 rerun VS Iron python

    Implementation of the Python programming language for .NET Framework; built on top of the Dynamic Language Runtime (DLR).

  11. rui

    24 rerun VS rui

    Declarative Rust UI library

  12. Glimmer

    25 rerun VS Glimmer

    DSL Framework consisting of a DSL Engine and a Data-Binding Library used in Glimmer DSL for SWT (JRuby Desktop Development GUI Framework), Glimmer DSL for Opal (Pure Ruby Web GUI), Glimmer DSL for LibUI (Prerequisite-Free Ruby Desktop Development GUI Library), Glimmer DSL for Tk (Ruby Tk Desktop Development GUI Library), Glimmer DSL for GTK (Ruby-GNOME Desktop Development GUI Library), Glimmer DSL for XML (& HTML), and Glimmer DSL for CSS

  13. nalgebra

    22 rerun VS nalgebra

    Linear algebra library for Rust.

  14. shake

    13 rerun VS shake

    Shake build system

  15. wgpu-py

    10 rerun VS wgpu-py

    WebGPU for Python

  16. dora

    4 rerun VS dora

    DORA (Dataflow-Oriented Robotic Architecture) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed dataflow capabilities. Applications are modeled as directed graphs, also referred to as pipelines.

  17. datoviz

    âš¡ Datoviz: high-performance GPU scientific data visualization C/C++/Python library

  18. polyscope

    2 rerun VS polyscope

    A C++ & Python viewer for 3D data like meshes and point clouds

  19. Ribir

    3 rerun VS Ribir

    Non-intrusive GUI framework for Rust/WASM

  20. entr

    52 rerun VS entr

    Run arbitrary commands when files change

  21. pygfx

    7 rerun VS pygfx

    Powerful and versatile visualization for Python.

  22. fastplotlib

    6 rerun VS fastplotlib

    Next-gen fast plotting library running on WGPU using the pygfx rendering engine

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better rerun alternative or higher similarity.

rerun discussion

Log in or Post with

rerun reviews and mentions

Posts with mentions or reviews of rerun. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-21.
  • IronRDP: a Rust implementation of Microsoft's RDP protocol
    14 projects | news.ycombinator.com | 21 Mar 2025
    It's nearly impossible to have an idea that is truly novel and has no prior art. Even if it isn't the exact same thing, you can see the ideas that inspired this one. All of us are standing on the shoulders of giants all the time.

    But you've missed a couple of reasons why Rust rewrites are popular. Rewriting in Rust is proven path to better performance (Python codebases pandas -> polars, black -> ruff) or better security. C/C++ codebases like FreeType being rewritten in Rust for security (https://developer.chrome.com/blog/memory-safety-fonts). What should people looking for performance or security do to mollify you?

    You are asking why aren't completely new ideas being implemented in Rust? They are. Check out https://rerun.io. I could be mistaken, but I haven't seen anything similar to rerun. And that was implemented in Rust. Maybe these aren't visible because there genuinely are so few things that are completely novel.

  • Rerun: Revolutionizing Data Visualization for Modern Projects
    1 project | dev.to | 21 Mar 2025
    View the Project on GitHub
  • Fastplotlib: Driving scientific discovery through data visualization
    28 projects | news.ycombinator.com | 11 Mar 2025
    This looks very promising. I'll have to think my visualization cases against new possibilities this enables.

    I have been intermittently following Rerun, a "robotics-style data visualization" app [1]. Their architecture bears certain similarities [2]. Wgpu in both, egui and imgui, Rust with Python. Rerun's stack does compile to WASM and works in browser. Use cases seem different, but somewhat the same. I don't do scientific nor robotic stuff at all, so no opinions on feasibility of either...

    [1] https://rerun.io

  • Show HN: Scripton – Python IDE with Built-In Realtime Visualizations
    6 projects | news.ycombinator.com | 18 Feb 2025
    I am a robotics engineer/scientist and I do shit ton of visualization of all kind of high-fidelity/high-rate data, often in a streaming setting - time series at a few thousand Hz, RGB/depth images from multiple cameras, debugging my models, etc.

    For a long time, I had my own observability suite - a messy library of python scripts that I use for visualizing data. I replaced all of them with rerun (https://rerun.io/) and if you are someone who think Scipton is exciting, you should def try rerun too!

    I use cursor/vscode for my development and rerun pops up in it's own window. It's a simple pip installable library, and just works. It's open source, and the founders run a very active forum too.

  • Why 2024 Was the Best Year for Visual AI (So Far)
    2 projects | dev.to | 27 Dec 2024
    Almost everyone has heard of libraries like OpenCV, Pytorch, and Torchvision. But there have been incredible leaps and bounds in other libraries to help support new tasks that have helped push research even further. It would be impossible to thank each and every project and the thousands of contributors who have helped make the entire community better. MedSAM2 has been helping bring the awesomeness of SAM2 to the medical field, segmenting organs in a variety of medical imaging methods. Rerun has made it easier than ever to stream multimodal data for spatial and embodied AI.
  • Egui – An immediate mode GUI written in Rust
    11 projects | news.ycombinator.com | 25 Dec 2024
    https://rerun.io the one that sponsors them and the author's app is one example
  • Show HN: Interactive graphs in Rerun with a Rust port of D3-force
    6 projects | news.ycombinator.com | 20 Dec 2024
    Custom visualizers are also supported—in fact the graph view started out as an external visualizer: https://rerun.io/docs/howto/visualization/extend-ui

    To write your own graph visualization, you can look into the implementation of our graph view: https://github.com/rerun-io/rerun/tree/main/crates/viewer/re...

    In the future we want to provide more types of layouts, dataflow is high up on that list. May I ask what kind of data you want to visualize? Since you mentioned Sankey's, do you expect the structure of the Sankey to change as well, or do you only expect the edges to grow/shrink over time?

  • Just: Just a Command Runner
    19 projects | news.ycombinator.com | 7 Dec 2024
    I see more projects switch to PIXI, another Rust-written piece of software. RERUN was the one I follow the most https://github.com/rerun-io/rerun

    It looks like much more than just command runner, but my projects happen to be needing much more than that too.

  • Rerun: Visualize Multimodal Data over Time
    5 projects | news.ycombinator.com | 26 Aug 2024
  • Peng – a minimal Rust-based quadrotor simulation pipeline
    6 projects | news.ycombinator.com | 21 Aug 2024
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 24 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic rerun repo stats
27
7,968
9.9
3 days ago

rerun-io/rerun is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of rerun is Rust.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai