-
Couldn't load subscription status.
- Fork 49
Description
Hi. We want to adopt FSST in the next-generation tile format for MapLibre, MapLibre Tiles, for this C++ library specifically MapLibre Native. This is a quite widely used map rendering toolkit written in C++.
As is the library is a bit hard to adopt. We tend to use submodules for dependency management, but this repository contains a lot of test data and binary files such as videos and PDFs. This is problematic since everyone who makes a build of our library would need to pull those files as well. We could of course copy the source code, but from a software engineering standpoint that is also suboptimal. This complicates updates, which are nice to have in case of performance optimizations, but critical in case of for example vulnerability fixes.
It would be great to set up some continuous integration for testing and releases. I would be happy to contribute on this front.