Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Very nice...I have been hearing about SFML quite a bit lately, so I may check it out. Thanks for the info!

(2 edits)

SFML does most of the same things that SDL does but uses a C++-style object-oriented programming interface instead of the C-style function-oriented interface of SDL. You can't go too far wrong with either of them, though.