Skip to content

thibgil/Trying-SFML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

SFML-CPP

Learning SFML with C++

Complile & Run an SFML C++ Code

Compile the C++ Code with g++

g++ -c code.cpp

Add corresponding libraries

g++ code.o -o game -lsfml-graphics -lsfml-window -lsfml-system

Executing the final compiled version

./game

List of projects

    1. Move a ball with ZQSD keys
    1. First Simple Game

Learning Sources

About

Learning SFML with C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages