Getting Started

The end goal is to have Soup running on all three major operating systems, and building for any target. However, there is a heavy dependency on C++20 Modules which has had the best luck on the latest MSVC compiler, so we currently only support Windows development.

Requirements

Setup

You can either install Soup or download a reference the archive.

Setup SDKs

Use the SWhere tool to find the latest installed version of the SDKs on your local machine (listed in the dependencies list).

swhere

Demo Video Executing Swhere Command

Create First Project

Run Initialize command to create a new project!

mkdir MyApp
cd MyApp
soup init

Demo Video Executing Init Command

Build First Project

soup build

Demo Video Executing Build Command

Run First Project

soup run

Demo Video Executing Run Command

Enjoy!

Check out the other Samples.