hlrs-vis / covise

Collaborative Visualization and Simulation Environment, OpenCOVER and OddLOT
http://www.hlrs.de/covise/
186 stars 88 forks source link

Separate OddLOT from remaining repo/tools #74

Open johschmitz opened 2 years ago

johschmitz commented 2 years ago

Have you considered developing OddLOT separately from the remaining tools? Or maybe at least releasing a standalone version of it? That would be quite useful since otherwise people often have to install multiple GB of stuff they don't require.

uwewoessner commented 2 years ago

We restructured the code which should meke it muich easier now to compile OddLOT without the rest of COVISE and OpenCOVER. If you don't need the feature to drape streets onto a terrain, then you can also compile without the link to OpenCOVER. If you want to go forward and adjust the CMAKE to provide an ODDLOT_ONLY flag, you are welcome.

johschmitz commented 2 years ago

I didn't know about OpenCOVER, can you tell me where to find more information about it?

uwewoessner commented 2 years ago

https://www.hlrs.de/solutions-services/service-portfolio/visualization/covise

aumuell commented 2 years ago

We restructured the code which should meke it muich easier now to compile OddLOT without the rest of COVISE and OpenCOVER. If you don't need the feature to drape streets onto a terrain, then you can also compile without the link to OpenCOVER. If you want to go forward and adjust the CMAKE to provide an ODDLOT_ONLY flag, you are welcome.

The option was already there, just not explicitly documented - which it now is: b7268be