# Physics2D-TestBed-Qt **Repository Path**: acrl/Physics2D-TestBed-Qt ## Basic Information - **Project Name**: Physics2D-TestBed-Qt - **Description**: 基于 Qt 的 2D 物理引擎测试平台 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-12-06 - **Last Updated**: 2024-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Physics2D-TestBed-Qt The testbed of Physics2D based on Qt. # Build Use [XMake](https://github.com/xmake-io/xmake) to build project: ``` xmake -w xmake install -o ./bin ``` # Requirement - C++ 20 - Qt # Features - Basic GUI - Basic Debug Drawing - Rigid Body - AABB - DBVH - Joint - Basic 2D Camera - Zooming - Smooth Transition - Tracing Specified Body # Screenshot ![bitmask](./screenshots/bitmask.png) ![bridge](./screenshots/bridge.png) ![chain](./screenshots/chain.png) ![domino](./screenshots/domino.png) ![friction](./screenshots/friction.png) ![newtoncradle](./screenshots/newtoncradle.png) ![restitution](./screenshots/restitution.png) ![stacking](./screenshots/stacking.png) ![wrecking ball](./screenshots/wrecking-ball.png)