Hopson97 / SFML-Game-Framework

Beginner framework for SFML games and other applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sfml_framework

description here

Building and Running

Libraries

SFML is required.

These can be installed from your package manager. For example, on Debian/ Ubuntu:

sudo apt install libsfml-dev

If this is not possible (eg windows), you can install these manually from their respective websites:

https://www.sfml-dev.org/download.php

Linux

To build, at the root of the project:

sh scripts/build.sh

To run, at the root of the project:

sh scripts/run.sh

To build and run in release mode, simply add the release suffix:

sh scripts/build.sh release
sh scripts/run.sh release

About

Beginner framework for SFML games and other applications.

License:MIT License


Languages

Language:C++ 67.1%Language:CMake 30.2%Language:Shell 2.0%Language:C 0.7%