summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
14 hoursrefactor(engine): reexport dear_imgui_rs crate as bindings in ui::dear_imguiHampusM
14 hoursrefactor(engine): rename ui::imgui mod to dear_imguiHampusM
14 hoursfeat(engine): use modern dear imgui texture system in dear imgui backendHampusM
15 hoursfeat(engine): add fn for getting subview into imageHampusM
15 hoursfeat(engine): replace Image::try_from_bytes fn with from_pixels fnHampusM
15 hoursfeat(engine): add Rgb, Rgba, Lumen & LumenA color structsHampusM
3 daysfix(engine): make UpdateTexture rendering command take Image, not TextureHampusM
3 daysfeat(engine): add UpdateTexture rendering commandHampusM
3 daysrefactor(engine): use texture builder in opengl rendering backendHampusM
3 daysfeat(opengl-bindings): add texture builder & store_image fnHampusM
4 daysfix(engine): prevent imgui widgets being visible outside of windowsHampusM
4 daysfix(engine): make mouse scroll not invertedHampusM
4 daysfix(engine): stop clearing absolute mouse pos every tickHampusM
4 daysfeat(engine): handle mouse scroll in dear imgui backendHampusM
4 daysrefactor(engine): store mouse inputs in mutex in windowing shared stateHampusM
4 daysfeat(engine): add scroll delta to MouseHampusM
5 daysbuild: update shader-slang to latest commitHampusM
7 daysfeat(engine): add RemoveTexture rendering commandHampusM
7 daysfeat(engine): make CreateTexture rendering cmd optionally take texture valueHampusM
7 daysrefactor(engine): simplify CreateMesh rendering commandHampusM
7 daysrefactor: use new Single get* fnsHampusM
7 daysrefactor(engine): use new Single get* fnsHampusM
7 daysfeat(engine-ecs): replace Single deref impls with get* functionsHampusM
7 daysrefactor(engine): move shader module to inside of rendering moduleHampusM
7 daysfeat(engine-ecs): add INIT phaseHampusM
7 daysfeat(engine-ecs): add declaring multiple entities with declare_entityHampusM
7 daysfeat(engine): make texture shader binding values specified by object IDHampusM
8 daysfeat(engine-ecs): create component info entity for components without type re...HampusM
8 daysfix(engine-ecs-macros): prevent ambigous item usage in IntoParts implsHampusM
8 daysfeat: add names to entitiesHampusM
8 daysfeat(engine-ecs): add fns for spawning named entitiesHampusM
8 daysrefactor(engine): use new name of extension collector add_declared_entity fnHampusM
8 daysrefactor(engine-ecs): rename entity creation fns to use 'spawn' terminologyHampusM
8 daysfix: change default winit log level to warnHampusM
9 daysfeat(engine-ecs): add type ID to component::Info structHampusM
9 daysfeat(engine): add try_get_field_mut fn to enum variant reflectionHampusM
9 daysfeat(engine): change enum reflection get_variant_reflection fn to get_variant...HampusM
10 daysfeat(engine-reflection): add EnumVariantField type_name & type_reflection fnsHampusM
10 daysfix: only configure logging on debug buildsHampusM
10 daysfeat: enable ANSI support on WindowsHampusM
10 daysfeat(engine-ecs): add Error::from_system_defined_win32_error fnHampusM
10 daysrefactor: make work with Error rewriteHampusM
10 daysfeat(engine): make context addable to errors & resultsHampusM
10 daysfeat(engine): add error macro in crate rootHampusM
10 daysfix(engine-ecs): correct observer names in error metadataHampusM
10 daysfeat(engine): reexport Error struct from engine-ecsHampusM
11 daysrefactor(engine): remove enabling ansi support on WindowsHampusM
12 daysfeat: add window iconHampusM
12 daysfeat(engine): add icon to window creation attributesHampusM
12 daysfeat(engine-reflection): add Reflection impl for Option<T>HampusM