AlpineMapsOrg / renderer

Rendering system for alpine maps.
GNU General Public License v3.0
4 stars 10 forks source link

alpine-renderer

This is the software behind alpinemaps.org.

A developer version (trunk) is released here, including APKs for android. Be aware that it can break at any time!

We are in discord, talk to us! https://discord.gg/p8T9XzVwRa

Cloning and building

git clone git@github.com:AlpineMapsOrg/renderer.git

After that it should be a normal cmake project. That is, you run cmake to generate a project or build file and then run your favourite tool. All dependencies should be pulled automatically while you run CMake. We use Qt Creator (with mingw on Windows), which is the only tested setup atm and makes setup of Android and WebAssembly builds reasonably easy. If you have questions, please go to Discord.

Dependencies

Building the android version

Building the WebAssembly version:

Code style

Developer workflow