Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work. Learn more →
Top 13 C++ Map Projects
-
Mapbox GL
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
Project mention: Is it possible to use C++ libs on Flutter desktop apps? | reddit.com/r/FlutterDev | 2023-03-28This is the library here: https://github.com/mapbox/mapbox-gl-native
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
-
-
Well you might want to get them by yourself with cubiome
-
> Would you consider adding a kqueue implementation?
Can't do, I don't have Apple or BSD anywhere. But if code for it were submitted to me, I would gladly merge it (and try to keep the CI happy).
The MPD version of the event loop is portable and runs on macOS/BSD/Windows, but no kqueue, only poll() (and select() on Windows). This old-school API has its scalability problems, of course, but that matters not so much for MPD.
The event loop can already do Coroutines on all supported targets; here's another open source project where I use this library: https://github.com/XCSoar/XCSoar/tree/master/src/event/ - it's a flight computer (yes, for real airplanes) which also runs on Windows and macOS and iOS, and runs libcurl (and other stuff) as coroutine.
If you want to use my library and need help with integrating it or with adding kqueue support, get in touch with me.
-
Unfortunately std::map is not constexpr. There are open source alternatives though (not affiliated with the author in any way).
-
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
-
-
-
-
Hi everyone! I'm excited to share a new project I've been working on called Mama (https://github.com/SiarheiFedartsou/mama). Mama is a realtime map matcher designed specifically for backend development, but can be easily extended for use on mobile or desktop.
C++ Map related posts
- i need answers..
- How do I find specific seeds?
- Today begins my journey // World Tour (LEMR-LEVT) OVIEDO-VITORIA
- Seed maker?
- Program to find seed?
- Request for Seed
- Seed hunting help
-
A note from our sponsor - Sonar
www.sonarsource.com | 2 Jun 2023
Index
What are some of the best open-source Map projects in C++? This list will help you:
Project | Stars | |
---|---|---|
1 | Mapbox GL | 4,275 |
2 | littlenavmap | 1,018 |
3 | tangram-es | 770 |
4 | cubiomes-viewer | 657 |
5 | XCSoar | 295 |
6 | eternal | 166 |
7 | osmscout-server | 139 |
8 | symphony-of-empires | 105 |
9 | MinedMap | 52 |
10 | s60-maps | 43 |
11 | flat_map | 28 |
12 | vista | 5 |
13 | mama | 3 |