项目作者: akelmas
项目描述 :
An application about concurrent programming : Udacity C++ Nanodegree Course project
高级语言: C++
项目地址: git://github.com/akelmas/Concurrent-Traffic-Simulation.git
CPPND: Program a Concurrent Traffic Simulation

This is the project for the fourth course in the Udacity C++ Nanodegree Program: Concurrency.
Dependencies for Running Locally
- cmake >= 2.8
- make >= 4.1 (Linux, Mac), 3.81 (Windows)
- OpenCV >= 4.1
- The OpenCV 4.1.0 source code can be found here
- gcc/g++ >= 5.4
Basic Build Instructions
- Clone this repo.
- Make a build directory in the top level directory:
mkdir build && cd build
- Compile:
cmake .. && make
- Run it:
./traffic_simulation
.