Follow the news about the development of the next generation map rendering engine: https://github.com/Maximkaaa/galileo.
Recent Posts
Text labels rendering on a map with Rust - research and design
For the last week I have been researching problems and possible solutions for text rendering in Galileo. There is quite a lot to consider, so I have decided to summarize my findings to bring some clarity to all the parts of the proposed action vector.
What we want to achieve A full-fledged text rendering for a mapping engine would include:
labels attached to a geographic point with fixed screen size
read more
Release V0.1
We are happy to announce, that Galileo v0.1.0 is finally released and published on crates.io.
Repository: https://github.com/Maximkaaa/galileo
What is Galileo Galileo is a free cross-platform general purpose map rendering engine. It is designed to be
highly performant - it allows rendering millions of objects on the map without FPS drops flexible - to let you configure looks and works of you map according to your needs portable - you can share code between web, mobile, desktop and server applications to ensure high productivity and consistent rendering across different platforms It is written in Rust and can be compiled to all major platforms.
read more