Skip to content

lutrarutra/trafsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traffic Simulator

Traffic simulator implemented in C++

Demo video: https://youtu.be/TYzOSeK_qxM?t=178

Project template: https://github.com/lutrarutra/SFML-Project-Template

Dependencies

  • CMake (to generate makefile)
  • GNU make (to build)
  • OpenGL (dependency in SFML and ImGui)

Working enviroments

  • Unix including Mac OS
  • Windows will probably work but you will have to figure out how to build this yourself

How to build?

  1. Clone git clone https://github.com/lutrarutra/trafsim
  2. Create build directory inside of the project folder: mkdir build
  3. Open navigate into new "build" folder with terminal: cd build
  4. Generate makefile with CMake: cmake ..
  5. Build generated makefile: make
  6. Run it: ./a

Refer to https://github.com/lutrarutra/SFML-Project-Template

Libraries used

About

2D Traffic Simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published