summaryrefslogtreecommitdiff
path: root/engine/src/ui
AgeCommit message (Expand)Author
17 hoursfeat(engine): add Reflection derives to various typesHampusM
18 hoursfeat(engine): add world UI viewHampusM
25 hoursrefactor(engine): reexport dear_imgui_rs crate as bindings in ui::dear_imguiHampusM
25 hoursrefactor(engine): rename ui::imgui mod to dear_imguiHampusM
25 hoursfeat(engine): use modern dear imgui texture system in dear imgui backendHampusM
26 hoursfeat(engine): replace Image::try_from_bytes fn with from_pixels fnHampusM
4 daysfix(engine): prevent imgui widgets being visible outside of windowsHampusM
4 daysfeat(engine): handle mouse scroll in dear imgui backendHampusM
7 daysfeat(engine): make CreateTexture rendering cmd optionally take texture valueHampusM
7 daysrefactor(engine): simplify CreateMesh rendering commandHampusM
7 daysrefactor(engine): use new Single get* fnsHampusM
7 daysrefactor(engine): move shader module to inside of rendering moduleHampusM
7 daysfeat(engine): make texture shader binding values specified by object IDHampusM
2026-06-30feat(engine): add windowing DPI utilitiesHampusM
2026-06-11feat(engine): make window inner size modifiableHampusM
2026-06-05feat(engine): add imgui ui supportHampusM