About
To learn more about Rerun, the company, visit our Website at https://www.rerun.io/.
Code & License
The Rerun SDK & Viewer are open source, all code is available on GitHub and open for contributions. Licensing is permissive, the project is dual licensed under MIT & Apache 2.0.
Under the hood
The software is almost entirely written in Rust, a modern, fast and safe programming language. If you're curious about why we love Rust, checkout our blog, where we talk about some of the reasons.
We depend on a number of third party libraries, most notably:
- Apache Arrow for our data store
- wgpu for rendering
- egui for UI
- PyO3 for python bindings
If you want to learn more about the different parts of the SDK & viewer and how they work, check out this architecture overview for an introduction.