Releases: Maximkaaa/galileo
Releases · Maximkaaa/galileo
galileo-v0.2.1
galileo-types-v0.2.1
📚 Documentation
- Update links to web examples in readmy - (e0f17d1)
galileo-mvt-v0.2.1
📚 Documentation
- Update links to web examples in readmy - (e0f17d1)
galileo-egui-v0.2.1
Text labels and egui integration
It's been a long way, but finally we are there. This release features two main additions to Galileo:
- Text labels on the map. Complex script text shaping is supporting, with font selection from the loaded fonts, with fallback logic. The labels are smart, being hidden if they start overlap with each other.
- Integration with
egui
withgalileo-edui
crate. This crate is not fully-fledged solution yet, but it showcases how Galileo can be integrated into any UI framework by rendering the map into a texture, provided by the framework.
The release also includes many fixes and optimazations. There are quite a few breaking changes (especially removal of GalileoMap
), and the list of them or migration manual are not available. If you have difficulty migrating based on the examples and docs, open a discussion and we'll be happy to help.
Starting from this release, the change list for all crates will be generated automatically with release-plz
, and releases will become much more frequent and granular.