<div align="center">
[](https://gitlab.com/cyloncore/cartography-rs/-/pipelines?ref=stable)
[](https://gitlab.com/cyloncore/cartography-rs/-/pipelines?ref=dev/1)
[](https://docs.rs/cartography)
[](https://crates.io/crates/cartography)
</div>
cartography
===========
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](https://github.com/Maximkaaa/galileo) and [maplibre-rs](https://github.com/maplibre/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.
Examples
========
To get started, look into our [examples](https://gitlab.com/cyloncore/cartography-rs/-/tree/stable/examples).
<div align="center">

[World Viewer](https://gitlab.com/cyloncore/cartography-rs/-/blob/stable/examples/world_viewer/src/main.rs?ref_type=heads) example of a world map shown with the [egui](https://www.egui.rs/) integration.
</div>