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

18
sfmldemo/setup.sh Executable file
View file

@ -0,0 +1,18 @@
#!/usr/bin/env bash
set -ex
mkdir subprojects
mkdir builddir
meson wrap install flac
meson wrap install freetype2
meson wrap install imgui-sfml
meson wrap install imgui
meson wrap install libpng
meson wrap install ogg
meson wrap install openal-soft
meson wrap install sfml
meson wrap install vorbis
meson wrap install zlib
meson wrap install fmt
meson wrap install box2d
meson setup builddir