An open API service indexing awesome lists of open source software.

https://github.com/cdacamar/ball_pit

A simple physics-based ball pit!
https://github.com/cdacamar/ball_pit

Last synced: 21 minutes ago
JSON representation

A simple physics-based ball pit!

Awesome Lists containing this project

README

        

# 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.

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

cmake --build build --config Release
```

creates build/Release/ball_pit.exe