A C library for handling the VXL map format. Used primarily in SpadesX.
You must have cmake installed to compile the library using the following steps:
git clone https://github.com/SpadesX/libmapvxl;
cd libmapvxl;
cmake -B build;
cmake --build build;
If you would like to contribute bug fixes, improvements, and new features please take a look at our Contributor Guide to see how you can participate in this open source project. You can also contact us via the official Discord server.