Getting Started
Saucer is a C++ library that lets you build software for all major desktop operating systems using web technologies.
This documentation should cover almost all of your questions.
If you still have questions that were left unsolved, reach out to us through Discord.
📄️ Installation
On this page you'll learn how to install saucer through any of the officially supported ways.
📄️ Dependencies
Saucer relies on certain system-level dependencies that you are expected to have installed.
📄️ CMake Configuration
There are several configurable CMake options. I'll quickly go over the most important here.
📄️ TypeScript
In case you're using TypeScript for your frontend we recommend installing the types package.
📄️ Your First Application
On this page you'll learn how to setup your very first saucer project.