Skip to content
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

Depricate GalileoMap in favour of egui #106

Open
Maximkaaa opened this issue Jan 18, 2025 · 0 comments
Open

Depricate GalileoMap in favour of egui #106

Maximkaaa opened this issue Jan 18, 2025 · 0 comments
Labels
A-integration T-enhancement Improve an existing feature

Comments

@Maximkaaa
Copy link
Owner

GalieloMap is intended only for development purposes to easily create a new map application and try things out. As such it is not very useful as a part of Galileo library. It also has a lot of issue on different platforms that might be resolved by using a better application bootstrapping solution.

A good approach would be to create a separate crate with a simple egui widget that would add map to a egui application. This would allow us to use eframe to bootstrap examples easily, and would also provide a good example of how Galileo can be integrated into an UI framework.

Changing all the examples to using eframe instead of GalileoMap would probably fix #102 and #63 .

@Maximkaaa Maximkaaa added A-integration T-enhancement Improve an existing feature labels Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-integration T-enhancement Improve an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant