tipi.build - Compiler-as-a-Service that understands C & C++ code
Get a fully running C++ environment with all possible C++ libraries and a superfast build in our cloud just by clicking on tipi and selecting your build target.
Add a .tipi/deps file to install any library out of Github :
{
"nlohmann/json" : { "@" : "v3.9.1" }
}
Features
Provides a fully working C++ build environment on any platform
tipi speeds up your workflow with autoprovisioned cloud environments : toolchain, compilers, tools.
tipi is a dependency manager for C++ which fetches and compile any C++ project.
tipi builds superfast with cloud powered build distribution that features enough RAM and Disk size (perfect to extend vscode online capabilities or a developer laptop)
Motivation
tipi.build allows you to focus on what matters : User experience and awesome C++ code.