Skip to content
/ SFML-starter Public template

Bare minimum SFML starter for straight onto development (Linux and Mac)

Notifications You must be signed in to change notification settings

pranavmodx/SFML-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFML-starter

Usage

  1. Install SFML via package manager based on your OS (popular ones being 'brew' for MacOS and 'apt-get' for Linux distros).
  2. Install CMake if you don't have it already.
  3. Run CMake command in terminal from root directory:
cmake . -B build && cd build && make . && ./sfml-app
  1. An SFML window should pop-up. You're good to go!

About

Bare minimum SFML starter for straight onto development (Linux and Mac)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published