Light edits on README.md (#1246)

This commit is contained in:
Tulio Leao 2022-02-19 06:41:31 -03:00 committed by GitHub
parent 6abdde0334
commit e746e3a58b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,7 @@ Light Theme:
## Integrations ## Integrations
egui is build to be easy to integrate into any existing game engine or platform you are working on. egui is built to be easy to integrate into any existing game engine or platform you are working on.
egui itself doesn't know or care on what OS it is running or how to render things to the screen - that is the job of the egui integration. egui itself doesn't know or care on what OS it is running or how to render things to the screen - that is the job of the egui integration.
An integration needs to do the following each frame: An integration needs to do the following each frame:
@ -160,7 +160,7 @@ An integration needs to do the following each frame:
### Official integrations ### Official integrations
If you making an app, your best bet is using [`eframe`](https://github.com/emilk/egui/tree/master/eframe), the official egui framework. It lets you write apps that works on both the web and native. `eframe` is just a thin wrapper over `egui_web` and `egui_glium` (see below). If you're making an app, your best bet is using [`eframe`](https://github.com/emilk/egui/tree/master/eframe), the official egui framework. It lets you write apps that work on both the web and native. `eframe` is just a thin wrapper over `egui_web` and `egui_glium` (see below).
These are the official egui integrations: These are the official egui integrations: