summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-19feat(engine): add orthographic projection supportHampusM
2025-01-19feat(ecs): add Query function to iterate with entity UIDsHampusM
2025-01-19feat(ecs): make Uid Debug trait impl actually usefulHampusM
2025-01-17docs: add items to todo listHampusM
2025-01-17docs: organize todo listHampusM
2025-01-17chore: add script to organize todo listHampusM
2025-01-17chore: replace cube obj with generated cube meshHampusM
2025-01-17feat(engine): replace mesh::cube::create vertex cb with face cbHampusM
2025-01-17fix(engine): correct Vec3 direction constantsHampusM
2025-01-15fix(engine): make Mesh indices produced by Obj::to_mesh usefulHampusM
2025-01-15fix(engine): draw all vertices when not using indexed drawingHampusM
2025-01-14docs: add item to todoHampusM
2025-01-14feat(engine): add fns to get mut mesh vertices & indices slicesHampusM
2025-01-14feat(engine): add simple collisionHampusM
2025-01-10feat(ecs): add support for custom inner ComponentIter iterHampusM
2025-01-10chore(ecs): make query benchmark compileHampusM
2025-01-10refactor(ecs): add struct for querying using component metadataHampusM
2025-01-05docs: add items to TODOHampusM
2025-01-05chore(engine): make query component tuple type elems referencesHampusM
2025-01-05feat(ecs): allow control over component mutability in queryHampusM
2025-01-04refactor(ecs): add query component iter lifetime paramsHampusM
2025-01-04chore(ecs): implement component::Sequence for max 16 elem tuplesHampusM
2025-01-02refactor(ecs): make component::Sequence return metadata as arrayHampusM
2025-01-02chore(ecs): only use criterion feature cargo_bench_supportHampusM
2025-01-02fix(ecs): always populate archetype lookup entriesHampusM
2025-01-02refactor(ecs): rename find_entities to iter_archetypes_with_compsHampusM
2025-01-02chore(ecs): rename & clean up query iterating benchmarkHampusM
2025-01-01perf(ecs): use swap removal to remove entities from archetypesHampusM
2024-12-22perf(ecs): make archetype index by ID lookup fasterHampusM
2024-12-22perf(ecs): create string in Storage::push_entity log with capHampusM
2024-12-21refactor(ecs): reduce amount of code in Storage::find_entitiesHampusM
2024-12-21feat(ecs): add support for entities without componentsHampusM
2024-12-20perf(ecs): use component index map when creating component sequencesHampusM
2024-12-20perf(ecs): use hashbrown's HashMap & HashSetHampusM
2024-12-20chore(ecs): add query iterating benchmarkHampusM
2024-12-16docs: add items to TODOHampusM
2024-12-16fix(ecs): make World::default fn behave same as World::new fnHampusM
2024-12-13refactor(ecs): remove system::Param associated type FlagsHampusM
2024-12-11refactor(ecs): make system::Param trait not unsafeHampusM
2024-12-13refactor(ecs): improve system init param retrievalHampusM
2024-12-10refactor(ecs): merge a couple of tuple traits togetherHampusM
2024-12-09feat(ecs-macros): make Component macro implement get_event_uid fnHampusM
2024-12-09feat(ecs): add action to despawn entityHampusM
2024-12-09chore: use start phaseHampusM
2024-12-09chore(engine): use ecs lib phasesHampusM
2024-12-09refactor(ecs): use phases for system orderingHampusM
2024-12-09feat(ecs): add Relationship function returning target UID iterHampusM
2024-12-08refactor(ecs): make query options entity_filter fn take sliceHampusM
2024-12-08feat(engine): add function returning builder to MaterialHampusM
2024-12-08chore(engine): remove performance monitoring extensionHampusM