Skip to content

julesr0y/projet_val

 
 

Repository files navigation

Projet VAL

Authors: ROY Jules - HU Lucas - HALILA Nada

Technologies used:

C++ CMake SFML

Our project uses C++ 20 and CMake 3.15.

Video clip:

The video capsule requested in the project instructions can be found at the root of the repo, in mp4 format (Projet_VAL_Capsule_Video_HALILA_HU_ROY.mp4).

Compilation:

We haven't included the executable to launch the project in this repo, so it needs to be compiled.

Example of compilation, based on the project root:

mkdir build
cd build
cmake ..
cd ProjetVal
make
./ProjetVal

Documentation:

To produce clear documentation, we've used the Doxygen tool. To consult it, open the html file available at Documentation/html/index.html

Compatibility:

Windows Linux macOS

With the use of CMake, and after testing, we can confirm that this project, provided you have the necessary tools for compiling C++ programs, can run on Windows, Linux and MacOS.

About

Simple simulation of the Lille metro (Véhicule Automatique Léger) with C++ and SFML

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages

  • C++ 97.5%
  • CMake 2.5%