summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
19 hoursfeat(engine-ecs): add component::Parts::from_component_info fnHampusM
19 hoursfix(engine-ecs): add checks against adding sole components to entitiesHampusM
20 hoursfeat(engine-ecs): add whether component is a sole to component::InfoHampusM
20 hoursfeat(engine): add Reflection, Clone, Copy & Default derives to various typesHampusM
25 hoursbuild: add cargo aliases for doing fast compilationHampusM
25 hoursbuild: use correct cargo config key for setting codegen backendHampusM
26 hourschore: add rust-analyzer config fileHampusM
43 hoursfix(engine-ecs): make World::add_sole actually check if sole already existsHampusM
43 hoursbuild: add cargo config for ultra fast dev compilationsHampusM
2 daysfeat(engine): add depth texture pixel data formatHampusM
2 daysfeat(engine): add framebuffer rendering commands & draw propertiesHampusM
2 daysfeat(opengl-bindings): add Framebuffer::detach_texture fnHampusM
2 daysrefactor(engine): rename rendering::object::Kind::ImplementationSpecific to MeshHampusM
2 daysfeat(opengl-bindings): add framebuffer object supportHampusM
3 daysfeat(engine): add ability to create textures without imagesHampusM
3 daysfeat(opengl-bindings): prevent diagonal lines in rgb texturesHampusM
3 daysrefactor(opengl-bindings): make texture::Builder create* fns take images as b...HampusM
4 daysrefactor(engine): reduce code repetition in gl rendering backendHampusM
4 daysfeat(engine): validate texture update pixel data format & type in gl renderin...HampusM
4 daysfix(engine): use correct texture update pixel data format in dear imgui backendHampusM
4 daysrefactor(engine): remove rendering obj store's kind-specific getter fnsHampusM
5 daysrefactor(engine): make UpdateTexture rendering command not take ImageHampusM
5 daysfeat(engine): add cube map support to UpdateTexture rendering commmandHampusM
5 daysrefactor(engine): adjust gl rendering backend to opengl-bindings crate changesHampusM
5 daysfeat(opengl-bindings): make textures creatable without pixel dataHampusM
5 daysfeat(opengl-bindings): add depth component texture pixel data formatHampusM
5 daysrefactor(engine): adjust gl rendering backend to opengl-bindings crate changesHampusM
5 daysrefactor(opengl-bindings): include srgb(a) & data type in texture::PixelDataF...HampusM
6 daysfix(engine): update rendering surface sizes before next frameHampusM
6 daysrefactor(engine): rename rendering::SurfaceSpec to SurfaceHampusM
6 daysperf(engine): optimize wavefront obj parsingHampusM
6 daysfeat(engine-ecs): make util::array_vec module publicHampusM
10 daysfeat(engine): store perspective projection fov as degreesHampusM
10 daysfeat: replace sub cube with directional light & floor cubeHampusM
10 daysfeat(engine): add fns for conversion between vec3 & euler anglesHampusM
10 daysfix(engine): make DirectionalLight default value sensibleHampusM
10 daysfeat(engine): add windowing::dpi Position & Size Default implsHampusM
11 daysfeat(engine): use color edit widgets for colors in world ui viewHampusM
11 daysfeat(engine): add reflection derive to color typesHampusM
11 daysfeat(engine): flatten single unnamed enum fields in world ui viewHampusM
12 daysfix(engine): make sky box work when camera has orthographic projectionHampusM
12 daysfeat(engine): lossily convert color shader bindings to rgbHampusM
12 daysfeat(engine): add lossy Color conversion fnsHampusM
12 daysrefactor(engine): move default shader bindings system to main_render_pass modHampusM
12 daysrefactor(engine): remove support for lumen colorsHampusM
12 daysrefactor(engine): improve shader binding value validation fn readabilityHampusM
2026-08-17refactor: use Transform componentHampusM
2026-08-17feat(engine): replace WorldPosition & Scale components with TransformHampusM
2026-08-17feat(engine-ecs): add query traversal kind SelfOrUpHampusM
2026-08-17refactor(engine-ecs): fix warning in phase mod on non-debug buildsHampusM