A block game made in Rust and SFML.
Find a file
2022-03-03 17:00:44 -08:00
build Initial commit 2022-03-03 17:00:44 -08:00
src Initial commit 2022-03-03 17:00:44 -08:00
CMakeLists.txt Initial commit 2022-03-03 17:00:44 -08:00
LICENSE Initial commit 2022-03-03 17:00:44 -08:00
README.md Initial commit 2022-03-03 17:00:44 -08:00

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.