welly87 / ball_pit

A simple physics-based ball pit!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ball Pit C++20 modules

Build the ball pit simulation with C++20 modules.

At this time, even CMake 3.22 requires Visual Studio 2019/2022 with Visual Studio generator.

cmake -B build -G "Visual Studio 16 2019"

cmake --build build --config Release

creates build/Release/ball_pit.exe

About

A simple physics-based ball pit!

License:MIT License


Languages

Language:C++ 88.7%Language:CMake 11.3%