Back to Pixi

Simple C++ SDL Example

examples/pixi-build/cpp-sdl/README.md

0.67.2345 B
Original Source

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