summaryrefslogtreecommitdiff
path: root/engine/src/ui
AgeCommit message (Expand)Author
3 daysrefactor(engine): replace DeltaTime with Time from engine-ecs crateHampusM
6 daysfeat(engine): add Reflection derives to various typesHampusM
6 daysfeat(engine): add world UI viewHampusM
6 daysrefactor(engine): reexport dear_imgui_rs crate as bindings in ui::dear_imguiHampusM
6 daysrefactor(engine): rename ui::imgui mod to dear_imguiHampusM
6 daysfeat(engine): use modern dear imgui texture system in dear imgui backendHampusM
6 daysfeat(engine): replace Image::try_from_bytes fn with from_pixels fnHampusM
9 daysfix(engine): prevent imgui widgets being visible outside of windowsHampusM
9 daysfeat(engine): handle mouse scroll in dear imgui backendHampusM
12 daysfeat(engine): make CreateTexture rendering cmd optionally take texture valueHampusM
12 daysrefactor(engine): simplify CreateMesh rendering commandHampusM
12 daysrefactor(engine): use new Single get* fnsHampusM
12 daysrefactor(engine): move shader module to inside of rendering moduleHampusM
12 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