Native webview bridge for Bldr using Saucer.
- CMake 3.16+
- Ninja (recommended)
- C++23 compatible compiler
- OpenSSL 3.x
- Platform-specific webview dependencies (see Saucer docs)
brew install cmake ninja openssl@3
cmake -G Ninja -B build
cmake --build buildsudo apt-get install cmake ninja-build libssl-dev libgtk-3-dev libwebkit2gtk-4.1-dev
cmake -G Ninja -B build
cmake --build buildcmake -G Ninja -B build
cmake --build buildThis project is distributed as an npm package with prebuilt binaries:
npm install @aptre/bldr-saucer
# or
bun add @aptre/bldr-saucerhttps://github.com/aperturerobotics/bldr-saucer
MIT