Skip to content

Commit

Permalink
Resource manager (#33)
Browse files Browse the repository at this point in the history
* Model out basic interface

* Untested implementation

* Implement image handle no tests

* Update imgui_ext and fix bugs

* Compiles properly now

* It compiles and mostly kinda works

* Refactor more code

* Prevent memory leak

* Supply basic themes to try and fix GitHub CI
  • Loading branch information
JoshuaMKW authored Sep 27, 2024
1 parent 5e58b41 commit fb40265
Show file tree
Hide file tree
Showing 45 changed files with 2,523 additions and 506 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ file(GLOB TOOLBOX_SRC
"include/rail/*.hpp"
"src/rarc/*.cpp"
"include/rarc/*.hpp"
"src/resource/*.cpp"
"include/resource/*.hpp"
"src/scene/*.cpp"
"include/scene/*.hpp"
"src/window/*.cpp"
Expand Down
Binary file removed Themes/Basic Dark.theme
Binary file not shown.
Binary file removed Themes/Basic Light.theme
Binary file not shown.
350 changes: 350 additions & 0 deletions Themes/BasicDark.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,350 @@
{
"ImGuiCol_Border": [
0.4300000071525574,
0.4300000071525574,
0.5,
0.5
],
"ImGuiCol_BorderShadow": [
0.0,
0.0,
0.0,
0.0
],
"ImGuiCol_Button": [
0.25999999046325684,
0.5899999737739563,
0.9800000190734863,
0.4000000059604645
],
"ImGuiCol_ButtonActive": [
0.05999999865889549,
0.5299999713897705,
0.9800000190734863,
1.0
],
"ImGuiCol_ButtonHovered": [
0.25999999046325684,
0.5899999737739563,
0.9800000190734863,
1.0
],
"ImGuiCol_CheckMark": [
0.25999999046325684,
0.5899999737739563,
0.9800000190734863,
1.0
],
"ImGuiCol_ChildBg": [
0.0,
0.0,
0.0,
0.0
],
"ImGuiCol_DockingEmptyBg": [
0.20000000298023224,
0.20000000298023224,
0.20000000298023224,
1.0
],
"ImGuiCol_DockingPreview": [
0.25999999046325684,
0.5899999737739563,
0.9800000190734863,
0.699999988079071
],
"ImGuiCol_DragDropTarget": [
1.0,
1.0,
0.0,
0.8999999761581421
],
"ImGuiCol_FrameBg": [
0.1599999964237213,
0.28999999165534973,
0.47999998927116394,
0.5400000214576721
],
"ImGuiCol_FrameBgActive": [
0.25999999046325684,
0.5899999737739563,
0.9800000190734863,
0.6700000166893005
],
"ImGuiCol_FrameBgHovered": [
0.25999999046325684,
0.5899999737739563,
0.9800000190734863,
0.4000000059604645
],
"ImGuiCol_Header": [
0.25999999046325684,
0.5899999737739563,
0.9800000190734863,
0.3100000023841858
],
"ImGuiCol_HeaderActive": [
0.25999999046325684,
0.5899999737739563,
0.9800000190734863,
1.0
],
"ImGuiCol_HeaderHovered": [
0.25999999046325684,
0.5899999737739563,
0.9800000190734863,
0.800000011920929
],
"ImGuiCol_MenuBarBg": [
0.14000000059604645,
0.14000000059604645,
0.14000000059604645,
1.0
],
"ImGuiCol_ModalWindowDimBg": [
0.800000011920929,
0.800000011920929,
0.800000011920929,
0.3499999940395355
],
"ImGuiCol_NavHighlight": [
0.25999999046325684,
0.5899999737739563,
0.9800000190734863,
1.0
],
"ImGuiCol_NavWindowingDimBg": [
0.800000011920929,
0.800000011920929,
0.800000011920929,
0.20000000298023224
],
"ImGuiCol_NavWindowingHighlight": [
1.0,
1.0,
1.0,
0.699999988079071
],
"ImGuiCol_PlotHistogram": [
0.8999999761581421,
0.699999988079071,
0.0,
1.0
],
"ImGuiCol_PlotHistogramHovered": [
1.0,
0.6000000238418579,
0.0,
1.0
],
"ImGuiCol_PlotLines": [
0.6100000143051147,
0.6100000143051147,
0.6100000143051147,
1.0
],
"ImGuiCol_PlotLinesHovered": [
1.0,
0.4300000071525574,
0.3499999940395355,
1.0
],
"ImGuiCol_PopupBg": [
0.07999999821186066,
0.07999999821186066,
0.07999999821186066,
0.9399999976158142
],
"ImGuiCol_ResizeGrip": [
0.25999999046325684,
0.5899999737739563,
0.9800000190734863,
0.20000000298023224
],
"ImGuiCol_ResizeGripActive": [
0.25999999046325684,
0.5899999737739563,
0.9800000190734863,
0.949999988079071
],
"ImGuiCol_ResizeGripHovered": [
0.25999999046325684,
0.5899999737739563,
0.9800000190734863,
0.6700000166893005
],
"ImGuiCol_ScrollbarBg": [
0.019999999552965164,
0.019999999552965164,
0.019999999552965164,
0.5299999713897705
],
"ImGuiCol_ScrollbarGrab": [
0.3100000023841858,
0.3100000023841858,
0.3100000023841858,
1.0
],
"ImGuiCol_ScrollbarGrabActive": [
0.5099999904632568,
0.5099999904632568,
0.5099999904632568,
1.0
],
"ImGuiCol_ScrollbarGrabHovered": [
0.4099999964237213,
0.4099999964237213,
0.4099999964237213,
1.0
],
"ImGuiCol_Separator": [
0.4300000071525574,
0.4300000071525574,
0.5,
0.5
],
"ImGuiCol_SeparatorActive": [
0.10000000149011612,
0.4000000059604645,
0.75,
1.0
],
"ImGuiCol_SeparatorHovered": [
0.10000000149011612,
0.4000000059604645,
0.75,
0.7799999713897705
],
"ImGuiCol_SliderGrab": [
0.23999999463558197,
0.5199999809265137,
0.8799999952316284,
1.0
],
"ImGuiCol_SliderGrabActive": [
0.25999999046325684,
0.5899999737739563,
0.9800000190734863,
1.0
],
"ImGuiCol_Tab": [
0.17999999225139618,
0.34999996423721313,
0.5800000429153442,
0.8619999885559082
],
"ImGuiCol_TabDimmed": [
0.06800000369548798,
0.10199998319149017,
0.14800003170967102,
0.9724000096321106
],
"ImGuiCol_TabDimmedSelected": [
0.13599997758865356,
0.2619999647140503,
0.42399999499320984,
1.0
],
"ImGuiCol_TabDimmedSelectedOverline": [
0.5,
0.5,
0.5,
1.0
],
"ImGuiCol_TabHovered": [
0.25999999046325684,
0.5899999737739563,
0.9800000190734863,
0.800000011920929
],
"ImGuiCol_TabSelected": [
0.19999998807907104,
0.4099999666213989,
0.6800000071525574,
1.0
],
"ImGuiCol_TabSelectedOverline": [
0.25999999046325684,
0.5899999737739563,
0.9800000190734863,
1.0
],
"ImGuiCol_TableBorderLight": [
0.23000000417232513,
0.23000000417232513,
0.25,
1.0
],
"ImGuiCol_TableBorderStrong": [
0.3100000023841858,
0.3100000023841858,
0.3499999940395355,
1.0
],
"ImGuiCol_TableHeaderBg": [
0.1899999976158142,
0.1899999976158142,
0.20000000298023224,
1.0
],
"ImGuiCol_TableRowBg": [
0.0,
0.0,
0.0,
0.0
],
"ImGuiCol_TableRowBgAlt": [
1.0,
1.0,
1.0,
0.05999999865889549
],
"ImGuiCol_Text": [
1.0,
1.0,
1.0,
1.0
],
"ImGuiCol_TextDisabled": [
0.5,
0.5,
0.5,
1.0
],
"ImGuiCol_TextLink": [
0.25999999046325684,
0.5899999737739563,
0.9800000190734863,
1.0
],
"ImGuiCol_TextSelectedBg": [
0.25999999046325684,
0.5899999737739563,
0.9800000190734863,
0.3499999940395355
],
"ImGuiCol_TitleBg": [
0.03999999910593033,
0.03999999910593033,
0.03999999910593033,
1.0
],
"ImGuiCol_TitleBgActive": [
0.1599999964237213,
0.28999999165534973,
0.47999998927116394,
1.0
],
"ImGuiCol_TitleBgCollapsed": [
0.0,
0.0,
0.0,
0.5099999904632568
],
"ImGuiCol_WindowBg": [
0.05999999865889549,
0.05999999865889549,
0.05999999865889549,
0.9399999976158142
]
}
Loading

0 comments on commit fb40265

Please sign in to comment.