Skip to content

abilondias/sprite-sheet-sfml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sprite-sheet-sfml

Implementation of sprite based animations for character movement with SFML. Code entrypoint resides in the src/main.cpp file.

Tools used

Name Version
CMake 3.31.0
g++ 11.4.0
SFML 3.0.0

Running

Clone the source

git clone https://github.com/abilondias/sprite-sheet-sfml.git
cd sprite-sheet-sfml

If the build/debug directory is missing

mkdir -p build/debug

Install dependencies

cmake -S . -B build/debug -DCMAKE_BUILD_TYPE=Debug

Build

cmake --build ./build/debug --target sprite_sheet_sfml -j 10

In the ocasion of building issues, refer to SFML's project and IDE setup

Run

./build/debug/sprite_sheet_sfml

Preview

showcase.mp4

About

Implementation of sprite based animations with SFML

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published