mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
rename egui_template to eframe_template
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
`eframe` is the official framework library for writing apps using [`egui`](https://github.com/emilk/egui). The app can be compiled both to run natively (cross platform) or be compiled to a web app (using WASM).
|
||||
|
||||
To get started, go to <https://github.com/emilk/egui_template/> and follow the instructions there!
|
||||
To get started, go to <https://github.com/emilk/eframe_template/> and follow the instructions there!
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
//! and are happy with just using egui for all visuals,
|
||||
//! Then `eframe` is for you!
|
||||
//!
|
||||
//! To get started, look at <https://github.com/emilk/egui_template>.
|
||||
//! To get started, look at <https://github.com/emilk/eframe_template>.
|
||||
//!
|
||||
//! You write your application code for [`epi`] (implementing [`epi::App`]) and then
|
||||
//! call from [`crate::run_native`] your `main.rs`, and/or call `eframe::start_web` from your `lib.rs`.
|
||||
|
||||
Reference in New Issue
Block a user