chadthecoder / graphicsProject

Graphics project using SDL2, ASIO OPENGL, GLEW, WebGL, miniaudio, stb (Only stb_image.h right now), assimp (implementing now), PerlinNoise from Reputeless, and GLM. Following multiple tutorials to learn how to code graphics in C++.
0 stars 3 forks source link

OS Detection (mainly for sizing issues) #1

Open chadthecoder opened 5 years ago

chadthecoder commented 5 years ago

The program needs to be able to detect which Linux distro or other OS is being used. Mainly for Ubuntu problem of top bar messing up window size if not full screen. Currently only detects if Windows or else.

chadthecoder commented 11 months ago

https://stackoverflow.com/questions/3496774/detect-desktop-environment-in-linux-programmatically-in-c

Maybe gives Linux desktop environment?