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.exeormingw32-make.exein folder mingwxx/bin. and then rename tomake.exe - type
makein terminal to executable all building project.
[make cleanto clean build project]
[make runto run executable project]