pixi 0.15.2

A package management and workflow tool
Documentation
# Simple C++ SDL Example

This is a simple pixi demo that showcases how to use C++ and SDL.

## How to use?

Make sure you have `pixi` available in your terminal.
Navigate to this directory and run:

```shell
# Configure the CMake project
pixi run configure

# Build the executable
pixi run build

# Start the build executable
pixi run start
```