Skip to content

rishteam/sfml_game_framework_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFML game framework

SFML game framework case learning

Build

  • Dependency
    • C++14
    • SFML
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=TRUE .. && make -j4

CMAKE_EXPORT_COMPILE_COMMANDS option for generating compile_commands.json for setting up Sourcetrail project to trace code.

Thanks

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published