This SFML-template is inspired by @rizalanggoro in his repository
I modified that and created this SFML to make it easier to create SFML projects.
all you need is just install mingw
in this template using mingw64 7.3.0. you can customize it. dowload mingw
and SFML is already available in the lib/ folder with the 64bit gcc version. you can customize it. download SFML
This project run in windows.
- Make sure that you have mingw installed in here
- find
mingw64-make.exe
ormingw32-make.exe
in folder mingwxx/bin. and then rename tomake.exe
- type
make
in terminal to executable all building project.
[make clean
to clean build project]
[make run
to run executable project]