Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 573 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 573 Bytes

SFML

  • Tested on Windows 10
  • To compile sources, use MS Visual Studio and install SFML package using Vcpkg with cmd prompt or Powershell.
  • Sources were modified for compilation without console window, so 'int main' was changed to 'int wWinMain' and using MS Visual Studio Create Solution => Desktop => Empty project.