You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently have a PR in flight to solve this <https://github.com/emilk/eframe_template/pull/227>
9
+
Currently have a PR in flight to address this <https://github.com/emilk/eframe_template/pull/227>.
10
+
In the mean while you may still use it with the instructions in the readme at <https://github.com/c-git/eframe_template/tree/create-cargo-generate-template>
11
+
12
+
See also the [windowed section](@/rust/create_new_egui_project.md#windowed-framework-application) below for an application with a basic windowing framework.
13
+
14
+
# TLDR from Readme
15
+
16
+
## See favorites setup
17
+
18
+
If you want to check what favorites you have created you can use the following command
19
+
20
+
```sh
21
+
cargo generate --list-favorites
22
+
```
23
+
24
+
## Use a favorite
25
+
26
+
```sh
27
+
cargo generate egui
28
+
```
29
+
30
+
## Use from github repo
31
+
32
+
```sh
33
+
```
34
+
35
+
# Windowed Framework Application
36
+
37
+
This basic framework is designed to allow one to easily spin up a new application that supports multiple windows.
38
+
The github repo can be found at <https://github.com/c-git/egui_windowed_application_template>.
39
+
See readme for more details or use the commands below if you've already done the setup (ie. installed cargo generate).
0 commit comments