Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 192 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 192 Bytes

SFML C++ Boilerplate

Includes

  • SFML staticaly linked
  • ImGUI::SFML
  • ImGUI
  • Basic Game class

Compile and run

cmake .
make

Note: Untested in windows.