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!
- Host: GitHub
- URL: https://github.com/cdacamar/ball_pit
- Owner: cdacamar
- License: mit
- Created: 2021-08-09T23:02:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-23T06:29:07.000Z (2 months ago)
- Last Synced: 2025-05-12T13:52:20.088Z (about 2 months ago)
- Language: C++
- Size: 21.5 KB
- Stars: 29
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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