summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-24feat(engine): add colors to materialsHampusM
2024-04-24feat: add light source cubeHampusM
2024-04-24feat(engine): add jpeg texture supportHampusM
2024-04-24fix: prevent panic when light source is also renderedHampusM
2024-04-21chore: create light source with transformHampusM
2024-04-21refactor(engine): remove LightSource position fieldHampusM
2024-04-21chore: create transform using fieldsHampusM
2024-04-21refactor(engine): make Transform fields publicHampusM
2024-04-21feat(ecs-macros): make derive macros support types with genericsHampusM
2024-04-20chore: use LightSource instead of removed builderHampusM
2024-04-20refactor(engine): make LightSource fields publicHampusM
2024-04-16refactor: use fly camera extensionHampusM
2024-04-16feat(engine): add fly camera extensionHampusM
2024-04-16feat(engine): add has_moved field to CursorHampusM
2024-04-16feat(engine): make vectors implement CopyHampusM
2024-04-15feat(engine): add projection options to camera componentHampusM
2024-04-15docs: add todo list markdown fileHampusM
2024-04-15refactor(engine): use OpenGL DSA functionsHampusM
2024-04-14fix(engine): remove using tracing::warning without debug crate featureHampusM
2024-04-14chore: use automatic texture ID creationHampusM
2024-04-14feat(engine): create texture IDs automaticallyHampusM
2024-04-14chore: remove reading default shadersHampusM
2024-04-14feat(engine): add default shaders when creating shader programHampusM
2024-04-14chore: use new engine architectureHampusM
2024-04-14feat(engine): use ECS architectureHampusM
2024-04-13feat(ecs): add extensionsHampusM
2024-04-11feat(ecs-macros): add drop_last attribute to Sole derive macroHampusM
2024-04-11feat(ecs): add specifying to drop soles lastHampusM
2024-04-11fix(ecs): allow queries to contain the same componentsHampusM
2024-04-11fix(ecs-macros): allow for using derive macros via the engine crateHampusM
2024-04-10feat(ecs): add weak ref singleHampusM
2024-04-10docs(ecs): add example using SoleHampusM
2024-04-10feat(ecs): reexport Sole derive macroHampusM
2024-04-10feat(ecs-macros): add Sole derive macroHampusM
2024-04-10chore(ecs): make shared singletons not componentsHampusM
2024-04-10chore(ecs): remove Event trait id method & take events by valueHampusM
2024-04-09feat(ecs): add support for singleton componentsHampusM
2024-04-09refactor(ecs): move Local to own moduleHampusM
2024-04-09refactor: move query structs to new query moduleHampusM
2024-04-09refactor(ecs): make entity finding a ComponentStorage methodHampusM
2024-04-06feat(ecs): add weak reference actionsHampusM
2024-04-06refactor(ecs): make stopping into a actionHampusM
2024-04-06refactor(ecs): fix Clippy lintsHampusM
2024-04-06feat(glfw): add setting window close callbackHampusM
2024-04-06chore(ecs): change Action visibility to pub(crate)HampusM
2024-04-06feat(ecs): add stopping event loopHampusM
2024-04-06feat(ecs): add event loop function to worldHampusM
2024-04-04feat(ecs-macros): add component derive macro drop_last flagHampusM
2024-04-04feat(ecs): allow components to be specified to be dropped lastHampusM
2024-04-04feat(ecs): add weak reference queryHampusM