Now box 2d lets you move the box around with right and left mouse buttons.

This commit is contained in:
Zed A. Shaw 2024-04-27 00:03:48 -04:00
parent 285cd4971f
commit 38c0fee65c
6 changed files with 80 additions and 9 deletions

View file

@ -5,6 +5,7 @@ dependencies = [
dependency('sfml'),
dependency('imgui-sfml'),
dependency('fmt'),
dependency('box2d'),
]
executable('sfmldemo', 'main.cpp',