From 7ebb2ae4172ca80b78b776ef7f643492731868a6 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Mon, 22 May 2023 16:53:37 +0200 Subject: [PATCH] Move up the "Sponsored by Rerun" section Closes https://github.com/emilk/egui/issues/2903 --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 73c490ada..37b87c7f5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,17 @@ egui aims to be the easiest-to-use Rust GUI library, and the simplest way to mak egui can be used anywhere you can draw textured triangles, which means you can easily integrate it into your game engine of choice. -Sections: +## Sponsor + +
+ +
+ +egui is sponsored and used by [Rerun](https://www.rerun.io/), a startup doing +visualizations for computer vision and robotics. +Rerun was co-founded by Emil Ernerfeldt, the creator of egui. + +## Sections: * [Example](#example) * [Quick start](#quick-start) @@ -412,12 +422,3 @@ Default fonts: * `Hack-Regular.ttf`: , [MIT Licence](https://github.com/source-foundry/Hack/blob/master/LICENSE.md) * `NotoEmoji-Regular.ttf`: [google.com/get/noto](https://google.com/get/noto), [SIL Open Font License](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL) * `Ubuntu-Light.ttf` by [Dalton Maag](http://www.daltonmaag.com/): [Ubuntu font licence](https://ubuntu.com/legal/font-licence) - ---- - -
- - -egui development is sponsored by [Rerun](https://www.rerun.io/), a startup doing
-visualizations for computer vision and robotics. -