OpenSimulationInterface / osi-visualizer

**This repository is abandoned and looking for a maintainer.** A tool to visualize OSI data from two different sources. Data can be stored in files and replayed afterwards, or validated using a Python interface.
Other
39 stars 25 forks source link

Support OpenGL 3.3 #52

Open tbleher opened 4 years ago

tbleher commented 4 years ago

osi-visualizer currently depends on OpenGL 4.3 (Core profile). Unfortunately, Linux inside VMWare only supports OpenGL 3.3. This means that osi-visualizer cannot currently be used in a VMWare environment. It would be great if support for OpenGL 3.3 could be added. It looks like mainly the shaders would have to be adapted, since they use some OpenGL 4 features.