Playing around with SFML
Go to file
NaiJi ✨ d907442cda Make src and build folders 2020-02-22 01:13:29 +03:00
build-debug Make src and build folders 2020-02-22 01:13:29 +03:00
build-release Make src and build folders 2020-02-22 01:13:29 +03:00
src Make src and build folders 2020-02-22 01:13:29 +03:00
.gitignore Init 2020-02-19 20:50:09 +03:00
README.md Add fonts, make everything work 2020-02-22 01:06:31 +03:00

README.md

sfml-test

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

How to build:

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