Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 616 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 616 Bytes

Physics2D-TestBed-SFML

The Testbed of Physics2D, using SFML and ImGui.

Build

Use XMake or CMake with vcpkg to build project:

xmake -w
cmake CMakeLists.txt

Requirement

  • C++ 20
  • SFML
  • ImGui-SFML
  • ImGui

Features

  • GUI: Control Panel, Debug Panel
  • Debug Drawing: Body, Joint, AABB, Dynamic BVH, User Draw
  • Camera: Tracing Body, Smooth Zooming, Panning
  • Test Frame: Collision, Stacking, Continuous...

Screenshot