summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
13 hoursrefactor(engine): rename rendering::SurfaceSpec to SurfaceHampusM
13 hoursperf(engine): optimize wavefront obj parsingHampusM
14 hoursfeat(engine-ecs): make util::array_vec module publicHampusM
4 daysfeat(engine): store perspective projection fov as degreesHampusM
4 daysfeat: replace sub cube with directional light & floor cubeHampusM
4 daysfeat(engine): add fns for conversion between vec3 & euler anglesHampusM
4 daysfix(engine): make DirectionalLight default value sensibleHampusM
4 daysfeat(engine): add windowing::dpi Position & Size Default implsHampusM
5 daysfeat(engine): use color edit widgets for colors in world ui viewHampusM
5 daysfeat(engine): add reflection derive to color typesHampusM
5 daysfeat(engine): flatten single unnamed enum fields in world ui viewHampusM
6 daysfix(engine): make sky box work when camera has orthographic projectionHampusM
6 daysfeat(engine): lossily convert color shader bindings to rgbHampusM
6 daysfeat(engine): add lossy Color conversion fnsHampusM
6 daysrefactor(engine): move default shader bindings system to main_render_pass modHampusM
6 daysrefactor(engine): remove support for lumen colorsHampusM
7 daysrefactor(engine): improve shader binding value validation fn readabilityHampusM
9 daysrefactor: use Transform componentHampusM
9 daysfeat(engine): replace WorldPosition & Scale components with TransformHampusM
9 daysfeat(engine-ecs): add query traversal kind SelfOrUpHampusM
9 daysrefactor(engine-ecs): fix warning in phase mod on non-debug buildsHampusM
9 dayschore(engine-ecs): make query benchmark compile againHampusM
9 daysfix(engine-ecs): include terms in query::Traversal Debug fmt outputHampusM
9 daysfix(engine-ecs): exclude empty items in ArrayVec Debug fmt outputHampusM
10 daysfix(engine): prevent ignored keyboard key input when main loop is slowHampusM
10 daysfix(engine): stop overwriting previous keyboard key statesHampusM
11 daysperf(engine): store keyboard key states & state updates as bitsHampusM
13 daysfeat: add sky boxHampusM
13 daysfeat(engine): add sky box supportHampusM
13 daysrefactor: use new cube mesh creation fnHampusM
13 daysrefactor(engine): replace mesh::cube mod with new Mesh::cube fnHampusM
13 daysfeat(engine): add standardized names for mesh vertex attrs & vertex shader inputHampusM
13 daysfeat(engine): allow vertex shader inputs as params & nested in structsHampusM
2026-08-11feat(engine): set GPU vertex attrs on DrawMesh command if necessaryHampusM
2026-08-11feat(opengl-bindings): add fn to disable a vertex array attributeHampusM
2026-08-11feat(opengl-bindings): make more types derive CloneHampusM
2026-08-11refactor(engine): move matrix creation fns to appropriate placesHampusM
2026-08-10fix(engine): prevent ignored mouse button input when main loop is slowHampusM
2026-08-10style(engine): apply formattingHampusM
2026-08-08refactor(engine): update to 0.16.0-alpha.1 release of dear-imgui-rsHampusM
2026-08-07feat(engine): improve struct & enum field layout in world ui viewHampusM
2026-08-07feat(engine-ecs): improve various error log messagesHampusM
2026-08-07feat(engine): include error trace in asset import error logHampusM
2026-08-06feat(engine): add support for cube map texturesHampusM
2026-08-06refactor(engine): make gl rendering backend compile againHampusM
2026-08-06feat(opengl-bindings): add support for cubemap texturesHampusM
2026-08-06feat(engine): add depth function to rendering::DrawPropertiesHampusM
2026-08-06feat(opengl-bindings): add fn to set depth functionHampusM
2026-08-06feat(engine): add shader binding texture kind enumHampusM
2026-08-06refactor(engine): make SetShaderBinding rendering command take shader::BindingHampusM