Skip to content

With this framework you are able to create simple games and simulations with ease, in SFML.

Notifications You must be signed in to change notification settings

miguelfranca/SFML_GraphicsFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

1 - Run apt-get install g++ to install g++

2 - Download the SFML SDK from: https://www.sfml-dev.org/download/sfml/2.5.1/, unpack it and copy the files to your preferred location

3 - Create the following environment variable:

  SFML_ROOT="<path-to-SFML-folder>"

4 - Update your library path with:

  LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<path-to-SFML-folder>/lib/

5 - Download/clone this repository.

Running

Run the template project in template/ with:

run

About

With this framework you are able to create simple games and simulations with ease, in SFML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published