Playing around with SFML (again)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
NaiJi ✨ c1cd7e4e1b refactor: Move from Qt build system to CMake
- Get rid of ptr usings
- Rename project to cirno-puzzle
- Move resources from src/
2 years ago
include refactor: Move from Qt build system to CMake 2 years ago
resources/font refactor: Move from Qt build system to CMake 2 years ago
src refactor: Move from Qt build system to CMake 2 years ago
.gitignore refactor: Move from Qt build system to CMake 2 years ago
CMakeLists.txt refactor: Move from Qt build system to CMake 2 years ago
LICENSE Create LICENSE 4 years ago
README.md Fix README 4 years ago

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.