Skip to content

ZachMassia/SFML-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFML-Starter

A starting point for SFML projects.

Loosly based on eXpl0it3r's Small Game Engine.

An example game can be viewed in the snake branch.

###Dependencies Built against the latest versions of SFML and Thor.

Requires CMake to build (or import it into your IDE of choice).

Setup

Clone it

git clone git://github.com/ZachMassia/SFML-Starter.git
cd SFML-Starter

Make a build directory

mkdir build && cd build
cmake ..

Compile and run

make && ./sfml_starter

About

A starting point for SFML projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages