Skip to content

csdarren/CarProjectRaylib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car Infotainment System

Built with CMake and Ninja. ninja folder must be set as an environment variable, or placed in build folder

Reference working build compiler configs with cmake. CMAKE + NINJA + LLVM CLANG WITH GNU-LIKE MSVC LINKER. (Get LLVM, Install, Get Visual Studio, Install, should work right out the box)

Edit: I must be wrong about needing Visual Studio in order to link, didnt get Visual Studio on linux at all. (could be due to building on the superior OS)

cmake -B build -G Ninja

***** LINUX ERRORS *****

Windows may have been broken when implementing linux changes in cmake file to change library based on platform

X11 Errors may occur on linux. To solve this issue, you need the X11 Dev packages. On Debian Distros, use sudo apt install on the following libs: libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev

Must install OpenGL linux lib in order to build raylib library file (.a) libgl-dev

Dependencies: cmake build.ninja OpenGL

About

Car Project built in OpenGL / Raylib and ImGui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors