Live data from Hacker News

Rerun 0.9 – a framework for visualizing streams of multimodal data

rerun.io

21–27 of 27 posts

Re: Rerun 0.9 – a framework for visualizing streams of multimodal data

#22

Earlier quoted context omitted.

Any plans to spin it out as an egui UI library?

You can just use the crate. I’m using it in personal projects: re_ui = "0.6.0"

Interesting. Does that include the UI styling only or also the custom components?

Update: look at rustdoc and I'm not seeing components, or at least not many

Re: Rerun 0.9 – a framework for visualizing streams of multimodal data

#23
post #21

> Open source. The Rerun OSS project is dual licensed under MIT and Apache 2 Honest question: What does dual licensing MIT + Apache-2.0 accomplish that just Apache-2.0 doesn't?

"Requiring both MIT and Apache 2.0 as inbound licenses for contributions means that anyone making a contribution is providing the Apache 2.0 patent grant. And then having MIT and Apache 2.0 as outbound licenses people can use Rust under means that Rust provides widespread compatibility with all sorts of other FOSS licenses, including GPLv2."

from: https://internals.rust-lang.org/t/rationale-of-apache-dual-l...

Re: Rerun 0.9 – a framework for visualizing streams of multimodal data

#24
post #23
post #21

> Open source. The Rerun OSS project is dual licensed under MIT and Apache 2 Honest question: What does dual licensing MIT + Apache-2.0 accomplish that just Apache-2.0 doesn't?

"Requiring both MIT and Apache 2.0 as inbound licenses for contributions means that anyone making a contribution is providing the Apache 2.0 patent grant. And then having MIT and Apache 2.0 as outbound licenses people can use Rust under means that Rust provides widespread compatibility with all sorts of other FOSS licenses, including GPLv2." from: https://internals.rust-lang.org/t/rationale-of-apache-dual-l...

Very interesting, thanks.

The link also mentions other alternatives that weren't around when Rust got its licenses, but that do exist now, so that's good to know.

It also brought me to learn about the incompatibility between Apache-2.0 and GPLv2, of which I didn't know about:

* https://www.gnu.org/licenses/license-list.en.html#apache2

* https://opensource.stackexchange.com/questions/1357/can-i-li...

Post reply on HN