rgleason / weather_routing_pi

Weather Routing plugin for OpenCPN
GNU General Public License v3.0
12 stars 14 forks source link

TP Streamline Ideas & Notes for Weather_routing #137

Open rgleason opened 1 year ago

rgleason commented 1 year ago

Resources dir is empty. What is it for? Can this be moved to OLD?

Can dir ocpninclude and ocpnsrc be moved to OLD?

ocpninclude has GL and TexFont.h which are available in libs
ocpnsrc has TexFont.cpp  and cutil.h  - TexFont.cpp is avalaible in libs, 

    but cutil.h is not.  It is needed for some plugins.  I ran into one that needed it, I think.

libs directory has some apparent duplicates

 jsoncpp  and wxjson  which seem similar, but are different....
libtess2 and glu/libtess
Are these apparent duplicates just things to live with?

Buildwin/zlib1.lib - Would a zlib1.dll or zlib.dll work?

This is a compiled library used in weather_routing for compression/decompression?.
I wonder if the files for building this library are available so we could move it into libs directory and perhaps clean it up.

https://www.zlib.net/ https://github.com/xushiwei/w-zlib/tree/master/lib https://github.com/google/libkml/blob/master/third_party/zlib-1.2.3.win32/lib/zlib.lib

rgleason commented 1 year ago

CmakeLists.txt
MSVC conditional, - Relocate? buildwin/zlib.lib - location?

WR-cmakelists-txt