Skip to content

2D visualization panel showing a simulation of air traffic (AT)

Notifications You must be signed in to change notification settings

gabrielhamel/Radar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radar

Simulation definition stored into assets/game.rdr

Windows

Needs:

  • Git
  • CMake (>= 3.19)
  • MSVC Build tools

Command must be callables in relative path (eg. cmake, git, ...)

Build

cmake -DCMAKE_BUILD_TYPE=Release -B dist -S .
cmake --build dist

Launch

cd dist\bin
radar.exe

Mac OS

Needs:

  • Brew
  • CMake (>= 3.19)

Build

brew install csfml
cmake -DCMAKE_BUILD_TYPE=Release -B dist -S .
cmake --build dist

Launch

cd dist/bin
./radar

Linux

Needs:

  • Build essentials
  • CSFML package (sudo apt install libcsfml-dev / sudo dnf install CSFML)

Build

cmake -DCMAKE_BUILD_TYPE=Release -B dist -S .
cmake --build dist

Launch

cd dist/bin
./radar

About

2D visualization panel showing a simulation of air traffic (AT)

Topics

Resources

Stars

Watchers

Forks