Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 341 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 341 Bytes

SFML Project Template

Description

A simple SFML project template in C++.

Dependencies

Installation

Install SFML, then clone this project into your favorite directory, and execute the following commands.

cd SFML-Project-Template
mkdir build && cd build
cmake ..
make