]> git.mxchange.org Git - flightgear.git/commit
Initial commit of the fgpanel code
authorTorsten Dreyer <Torsten@t3r.de>
Thu, 14 Apr 2011 09:11:17 +0000 (11:11 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Thu, 14 Apr 2011 09:11:17 +0000 (11:11 +0200)
commitf44dd244624adce06601fbb916fc792334a3fe52
treedfd8da20aa84055e9609abb57e5e793699edf116
parent1456635c558aa95c898d01f5c7ad50a773f6ff58
Initial commit of the fgpanel code

fgpanel is basically the stripped down 2D-Panel code from
FlightGear. It is designed as a standalone lightweight panel
rendering engine to draw 2d panels on a lowcost computer/graphic card
without 3d acceleration at reasonablel framerates.

Patches for inclusion into the build system will follow.
22 files changed:
utils/fgpanel/.gitignore [new file with mode: 0644]
utils/fgpanel/ApplicationProperties.hxx [new file with mode: 0644]
utils/fgpanel/FGFontCache.cxx [new file with mode: 0644]
utils/fgpanel/FGFontCache.hxx [new file with mode: 0644]
utils/fgpanel/FGGLApplication.cxx [new file with mode: 0644]
utils/fgpanel/FGGLApplication.hxx [new file with mode: 0644]
utils/fgpanel/FGPNGTextureLoader.cxx [new file with mode: 0644]
utils/fgpanel/FGPNGTextureLoader.hxx [new file with mode: 0644]
utils/fgpanel/FGPanelApplication.cxx [new file with mode: 0644]
utils/fgpanel/FGPanelApplication.hxx [new file with mode: 0644]
utils/fgpanel/FGPanelProtocol.cxx [new file with mode: 0644]
utils/fgpanel/FGPanelProtocol.hxx [new file with mode: 0644]
utils/fgpanel/FGRGBTextureLoader.cxx [new file with mode: 0644]
utils/fgpanel/FGRGBTextureLoader.hxx [new file with mode: 0644]
utils/fgpanel/FGTextureLoaderInterface.hxx [new file with mode: 0644]
utils/fgpanel/Makefile.am [new file with mode: 0644]
utils/fgpanel/README [new file with mode: 0644]
utils/fgpanel/main.cxx [new file with mode: 0644]
utils/fgpanel/panel.cxx [new file with mode: 0644]
utils/fgpanel/panel.hxx [new file with mode: 0644]
utils/fgpanel/panel_io.cxx [new file with mode: 0644]
utils/fgpanel/panel_io.hxx [new file with mode: 0644]