-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add simpler examples #4011
Comments
How about creating and maintaining a repository for egui examples? |
#3622 is trying to address this. |
There's also been no activity in that issue (barring yours just then) basically since it was first opened ^^; |
I don’t think you need to think about it too hard. Just open 'Repository' and merge all examples provided with the Pull Request. It's a simple task, but Is there anyone who wants to try it? |
Yes, I originally opened the issue, but unfortunately I no longer have enough time to work on it. |
Is your feature request related to a problem? Please describe.
The examples tend to be slightly over-complicated. The "hello_world" example has 3 dependencies, all with custom feature-sets, the "hello_world_simple" example only drops the image.
Describe the solution you'd like
A set of more basic examples.
E.g. a "hello world" that is strictly a text label for "Hello world", to make it more approachable for new users to understand what each part does.
A new user, or someone new to Rust will very likely not clone the egui repository just to run the examples, but will copy-paste the examples' source code to their own crate, only to be faced with unexpected -and unnecessary- missing modules.
Additional context
The text was updated successfully, but these errors were encountered: