This app was developed as part of my Formation Movement for Real-time Strategy Games thesis project at The Guildhall at SMU. The code is provided as-is and with the express permission of the faculty at Southern Methodist University.
See the Releases page for pre-built executable files. These are currently only available for Windows.
Please note that this app has only been tested on Windows so far. As such, only Windows build instructions are available.
The test bed app can be built using the meson build system.
- Install Visual Studio, including the MSVC toolchain.
- Install meson.
- Clone the repo, e.g. to
C:\dev\formation-movement
. - Open a command prompt in the root project folder.
- To create and configure a new build directory named
builddir
, run:meson setup builddir -Dglfw:install=true
- To compile and install the app, run:
Note that
meson install -C builddir --tags=runtime --destdir "C:\formation-movement"
"C:\formation-movement"
can be the name of any directory. This is where the installed files will end up. - Navigate to the
bin
subfolder of the install directory, e.g.cd C:\formation-movement\bin
. - To launch the app, run
.\FormationMovement.exe
.
If successful, you should see something like the following: