All the files, code, and linking you need to start writing SFML code for MSVS.
- Clone the repository.
- Copy
SFML Project Template.zipinto your Visual Studio Project Templates folder (its inC:\Users\username\Documents\Visual Studio 2019\Templates\ProjectTemplatesby default) - Create new MSVS project using the
SFML Project Templatetemplate. - Copy all repository directories (excluding
SFML Project Template.zip) into solution directory. - Start writing SFML.