| Crates.io | cartography |
| lib.rs | cartography |
| version | 0.6.1 |
| created_at | 2024-12-17 13:28:35.202037+00 |
| updated_at | 2025-07-23 17:15:56.62307+00 |
| description | Cartography is a map rendering library for Geographic features expressed using [georust](https://georust.org/) libraries. |
| homepage | https://cyloncore.com |
| repository | https://gitlab.com/cyloncore/cartography-rs |
| max_upload_size | |
| id | 1486278 |
| size | 111,457 |
This project provides a generic map rendering library. It is intended to have a simple design, and simple API, for ease of integration in existing rendering pipelines, and ease of maintenance.
cartography is meant to be simpler, less sophisticated than galileo and maplibre-rs, however both projects are unfinished, on life support and are rather complex. cartography has a much simpler design and API, which seem to be sufficient for my projects.
Development occurs in the dev/1 branch.
To get started, look into the example world_viewer.
Example of a world map shown with the egui integration.