Currently only works on Mac or Linux.
To use this template, use the rename script, and follow the prompts, to automatically replace all text, and rename all files and folders from the example of GameSFTemplate
, game_sf_template
and Game SF Template
.
make rename
The rename won't work on Windows until using the command line prompt works, I could in the meantime make a custom batch script, but I probably won't do that for now.
if compiling/installing from Windows, in an x64 Native Tools Command Prompt for VS 2019
command line (see https://github.com/mswieboda/game_sf?tab=readme-ov-file#installation Windows Installation instructions) please first run:
win_shards_install.bat
to install shards and clone crsfml v2.5.3 and compile it for windows directly
then run:
win_shards_postinstall.bat
to copy the specific Window crsfml v2.5.3 compiled files to this lib/crsfml
shards install
bin/ameba
or
bin/ameba --fix
bin/ameba --gen-config
etc, see ameba
make
or
make test
make release
creates Windows release build, packages and zips
make winpack
you'll need 7z
(7zip binary) installed (download)
zips up SFML DLLs, assets, run.bat
(basically the .exe) to build/game_sf_template-win.zip
make macpack
creates Mac OSX release build, packages and zips
you'll need installed:
7zz
(7zip binary) viabrew install 7zip
platypus
(Platypus binary) viabrew install --cask platypus
then inPlatypus > Preferences
install the command line tool
zips up SFML libs, ext libs, assets, game_sf_template.app
(created by Platypus) to build/game_sf_template-mac.zip