Add a badge and link to the official discord server
Closes https://github.com/emilk/egui/pull/990
This commit is contained in:
parent
26885c20d0
commit
ee00214511
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
[](https://github.com/emilk/egui/actions?workflow=CI)
|
||||

|
||||

|
||||
[](https://discord.gg/JFcEma9bJq)
|
||||
|
||||
|
||||
egui is a simple, fast, and highly portable immediate mode GUI library for Rust. egui runs on the web, natively, and [in your favorite game engine](#integrations) (or will soon).
|
||||
|
@ -35,7 +36,7 @@ If you just want to write a GUI application in Rust (for the web or for native),
|
|||
|
||||
If you want to integrate egui into an existing engine, go to the [Integrations](#integrations) section.
|
||||
|
||||
If you have questions, use [Discussions](https://github.com/emilk/egui/discussions). If you want to contribute to egui, please read the [Contributing Guidelines](https://github.com/emilk/egui/blob/master/CONTRIBUTING.md)
|
||||
If you have questions, use [GitHub Discussions](https://github.com/emilk/egui/discussions). There is also [an egui discord server](https://discord.gg/JFcEma9bJq). If you want to contribute to egui, please read the [Contributing Guidelines](https://github.com/emilk/egui/blob/master/CONTRIBUTING.md)
|
||||
|
||||
## Demo
|
||||
|
||||
|
|
Loading…
Reference in a new issue