/SFML-Tutorial

A repo that follows a YouTube tutorial on SFML. Link to the tutorial: https://www.youtube.com/playlist?list=PL21OsoBLPpMOO6zyVlxZ4S4hwkY_SLRW9

Primary LanguageC++

Steps to compile and run:

Install

sudo apt-get install libsfml-dev

Compile

g++ -c main.cpp -I /usr/include/
g++ main.o -o sfml-app -lsfml-graphics -lsfml-window -lsfml-system

Run

 ./sfml-app