You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Elnu
40dd4c9031
|
3 years ago | |
---|---|---|
build | 3 years ago | |
src | 3 years ago | |
CMakeLists.txt | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago |
README.md
sfml-template
Disclaimer: I don't know what I'm doing. This template may not be following best practices and is primarily intended for my own use, so take everything here with a grain of salt. If you see something wrong, please open an issue.
Elnu's project template for developing games with C++ and SFML.
For build instructions, see the build folder.
Credits
CMakeLists.txt
is based on a tutorial by codevion on YouTube, and the specific SFML configuration is from an article by Dane Bulat on Medium. Please check these out if you're just getting started, they were helpful to me as a beginner.
src/Main.cpp
is taken from the official SFML and Linux getting started guide.