This repository showcases how to setup a Chalet project for OS Desktop Applications. It also includes some basic configuration for use with Visual Studio Code.
To get started, download Chalet, check out some of the documentation for it, and either build with the various commands from the command line, or try out the Chalet VS Code Extension (recommended).
At the moment, this is a Windows-only example, with Microsoft's Creating a Window example. It was used to test Chalet features at one time.
- For MacOS: Install CodeLLDB and use the "LLDB" launch.json configuration
- For Windows: Install the C/C++ extension and Build with MSVC and use the "MSVC" configuration
- For Linux: Install the C/C++ extension and Use the "GDB" configuration