Skip to content

eddy0117/OpenGL_CarGUI_Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Install packages

sudo apt install libgl1-mesa-dev
sudo apt install libglfw3-dev
sudo apt install libglew-dev
sudo apt install libglm-dev

2. Install cmake

sudo apt update
sudo apt install cmake

3. Create a build directory (usually separate from the source code):

mkdir build
cd build

4. Run CMake to generate build system files:

cmake ..

5. Run the GUI

Switch to the main directory

cd ..

run GUI

./build/OpenGL_CarGUI

Optional

1.If you want to configure a simulated data sender.HERE

About

(C++ version) surrounding traffic view GUI for edge devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages