Playing around with SFML
Go to file
NaiJi ✨ 118d3de73b Merge branch 'oss' into develop 2020-03-19 18:32:29 +03:00
build-debug Update with develop 2020-03-19 18:31:21 +03:00
build-release Update with develop 2020-03-19 18:31:21 +03:00
src Update with develop 2020-03-19 18:31:21 +03:00
.gitignore Add .stash to gitignore 2020-03-15 04:36:09 +03:00
LICENSE Create LICENSE 2020-02-22 01:20:11 +03:00
README.md Fix README 2020-03-16 17:47:13 +03:00

README.md

sfml-test

Just playing around with sfml, since I have nothing better to do anyway.

How to run on Linux:

  • Make sure you moved the /src/font folder to your build destination.
  • Run ./sfml-test command from your build destination.

How to build:

  • Except any C++ compiler which supports C++17 and higher, you also need to have SFML installed and accessible.
  • Build the project (my sources work with qmake)
  • Move the /src/font folder into the folder of your build destination.