kicad/3d-viewer/3d_viewer
Jon Evans 18037e2f65 Rework bitmap system to load from archived PNGs
Bitmaps are now identified by an enum class instead of by pointers.
Bitmap loading and caching is now handled by a class in common, and
we no longer compile most bitmaps into the binary, so there is no
longer a bitmaps static library.

Instead, bitmaps are archived to a .tar.gz file which is installed
in ${KICAD_DATA}/resources/images.tar.gz

The source PNGs are checked in to Git as the original CPP files were,
so that people can build without the required dependencies to convert
SVGs to PNGs.

Initial support is also added for dark theme icons, although this
is not yet exposed in the GUI.

Stubs are present for multi-resolution image resources, but this is
not fully-baked yet and could use some refinement.
2021-03-11 08:37:35 -05:00
..
dialogs 3D viewer, DIALOG_3D_VIEW_OPTIONS_BASE: fix minor wxWidgets alerts and Add 2021-03-09 11:23:33 +01:00
tools Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
3d_menubar.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
3d_toolbar.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
3d_viewer_settings.cpp 3D Viewer: remove all instances of "c" prefix from file names. 2021-01-03 17:44:49 -05:00
3d_viewer_settings.h 3D-Viewer: add selection color as an option 2020-09-28 02:26:25 +00:00
eda_3d_viewer.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
eda_3d_viewer.h Fix statusbar conflict in 3d viewer 2021-02-15 17:00:00 -05:00