/Double-Pendule-SFML

One of my first project made with the SFML library, which concists of a simple simulation of a double pendule -fev 2020-

Primary LanguageC++

Double-Pendule-SFML

One of my first project made with the SFML library, which concists of a simple simulation of a double pendule -fev 2020-

Compilation

gcc main.cpp Node.cpp Pendule.cpp -o {fileName}.exe -lsfml-graphics -lsfml-window -lsfml-system