mkmkme / OpenGTA

OpenGTA: copy of http://ogta.fifengine.de/ (forked from madebr/OpenGTA)
http://ogta.fifengine.de
Other
1 stars 0 forks source link

Remove 3rd party code copied as-is #10

Open mkmkme opened 1 year ago

mkmkme commented 1 year ago

coldet and opensteer currently are two libraries that are not available in conan center (allegedly since those are quite outdated), and hence those are just copied into the source tree, which is not great. Consider following alternatives:

  1. Find a more modern alternative that would be available through conan center (the more popular, the better)
  2. Include those as submodules (not ideal)