I have decided to move my development to an Ubuntu environment due to it's east of access to OpenGL and X11lib dependencies.
Here the lowdown:
The GUI building process is pretty straight forward. It's all done in C and each button will either bring up a dialog box, edit a .rgb file, or initiate an OpenGL function or command. Nothing too difficult but may get a little confusing at times.
The only hard parts are translating NEXRAD binaries, GOES image files, and GRIB data and plot to an OpenGL grid. My other software will use a Gdal plot or equivalent. However with time, this will become pretty straightforward. Weather Info like Highs, lows, and conditions are pretty straightforward. I will program a basic piece of software to download all these data from Weather Underground, METAR, ASOS, or custom data provider, and will save to the /wxdisk/ directory on the Linux desktop.
All in all, this software will call data from the /wxdisk/ directory and translate and plot the info/data into a highly graphical 2d/3d environment, with shadowing, shading, custom textures .etc and can animate highs/lows and key frame camera angles and will save to custom movie file with start and stop points. This will load into a basic powerpoint type software (which I will also code) and will have the option to display through any compatible video card (expensive or not).
This is basically re-creating WSI's showfx and WxPro systems since they are obsolete and long forgotten. I'm programming this to work with today's standards Video standards and newer weather data formats.