# Physics2D-TestBed-SFML **Repository Path**: acrl/Physics2D-TestBed-SFML ## Basic Information - **Project Name**: Physics2D-TestBed-SFML - **Description**: 基于 SFML 的 2D 物理引擎测试平台 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-12-06 - **Last Updated**: 2026-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Physics2D-TestBed-SFML The Testbed of Physics2D, using SFML and ImGui. # Build Use [XMake](https://github.com/xmake-io/xmake) to build project: ``` xmake build ``` # Requirement - C++ 20 - SFML - ImGui-SFML - ImGui # Features - Basic GUI - Basic Debug Drawing - Rigid Body - AABB - DBVH - Joint - Basic 2D Camera - Zooming - Smooth Transition - Tracing Specified Body - Grid Drawing - Basic Test Frame # Screenshot ![](./screenshots/1.png) ![](./screenshots/2.png) ![](./screenshots/3.png) ![](./screenshots/4.png) ![](./screenshots/5.png)