issues
search
BlondeBurrito
/
bevy_flowfield_tiles_plugin
Bevy plugin for Flowfield based pathfinding
Other
48
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Investigate GPU-ing
#68
BlondeBurrito
opened
1 month ago
0
refactor!: moved LOS from flow layer to integration layer
#67
BlondeBurrito
closed
1 month ago
0
perf: enable wayland support for bevy
#66
alexpyattaev
closed
2 months ago
3
How deterministic is this implementation?
#65
alexpyattaev
opened
2 months ago
7
refactor: migrate examples physics to avian2d
#64
BlondeBurrito
closed
3 months ago
0
feat: explore supporting initialisation from Bevy primitives
#63
BlondeBurrito
opened
3 months ago
0
Made scale_all_costfields public to allow for cost field initialization from code without data files
#62
Rezan7CC
closed
3 months ago
3
feat: updated to bevy 0.14
#61
BlondeBurrito
closed
4 months ago
0
feat: enable setting internal and external cell costs when using 2d meshes
#60
BlondeBurrito
closed
4 months ago
0
feat: initialise Flowfields from a list of 2d meshes
#59
BlondeBurrito
closed
4 months ago
0
chore: clippy and remove unused code
#58
BlondeBurrito
closed
5 months ago
0
test: potentially remove/migrate example dependency on bevy_xpbd
#57
BlondeBurrito
closed
3 months ago
0
docs: FlowfieldTilesBundle -> FlowFieldTilesBundle fix in readme
#56
morr
closed
7 months ago
1
tests: init benchmarks with heightmaps
#55
BlondeBurrito
closed
8 months ago
0
fix!: various related fixes to CostField mutation
#54
BlondeBurrito
closed
8 months ago
0
fix: fix code-coverage action
#53
BlondeBurrito
closed
8 months ago
0
feat: update to bevy 0.13
#52
BlondeBurrito
closed
8 months ago
0
feat: added initialising CostFields from a png/jpeg heightmap (greyscale image)
#51
BlondeBurrito
closed
8 months ago
0
chore: added generated flowfield counter to 2d_continuous
#50
BlondeBurrito
closed
8 months ago
0
test: replaced collision detection in 2d examples
#49
BlondeBurrito
closed
8 months ago
0
feat: `PortalGraph` supports reflect
#48
BlondeBurrito
closed
9 months ago
0
test: improve coverage
#47
BlondeBurrito
closed
9 months ago
0
feat: on CostField mutate purge outdated routes and request new ones
#46
BlondeBurrito
closed
9 months ago
0
perf!: improved field calculations and route handling
#45
BlondeBurrito
closed
9 months ago
0
chore: adopt lints in Cargo manifest
#44
BlondeBurrito
closed
11 months ago
0
fix: added ratio to convert Vec3 into sector and field (column, row)
#43
BlondeBurrito
closed
11 months ago
0
Increasing map size and resolution leads to panic
#42
Occuros
closed
11 months ago
1
chore: add lints table to Cargo instead of using justfile definition
#41
BlondeBurrito
closed
11 months ago
0
feat: updating to bevy 0.12 and prepare 0.5.0 release
#40
BlondeBurrito
closed
11 months ago
0
update to bevy 0.12
#39
Occuros
closed
11 months ago
4
test: rewrite example actor steering to showcase using all the bit flags of flowfields
#38
BlondeBurrito
opened
1 year ago
0
fix: improve collision detection in examples
#37
BlondeBurrito
closed
8 months ago
0
feat: propagate LOS calculation into neighbouring sectors
#36
BlondeBurrito
opened
1 year ago
0
refactor: replace diamond integration calc with spherical propagation (eikonal, fast marching method)
#35
BlondeBurrito
opened
1 year ago
0
refactor: consider moving LOS calc into integration layer
#34
BlondeBurrito
closed
1 month ago
0
feat: impl line of sight bit flag
#33
BlondeBurrito
closed
1 year ago
0
feat!: scale impassable cells to close gaps too small for large actor pathing
#32
BlondeBurrito
closed
1 year ago
0
refactor: 2d examples make use of colliders and increased timestep
#31
BlondeBurrito
closed
1 year ago
0
fix: graph updates should no longer collide due to multiple cost changes
#30
BlondeBurrito
closed
1 year ago
0
docs: explain each bench
#29
BlondeBurrito
closed
1 year ago
0
feat: development viewing tool
#28
BlondeBurrito
opened
1 year ago
0
docs: updated usage section to align with cleaner interface
#27
BlondeBurrito
closed
1 year ago
0
fix: unable to Reflect caches due to BTreeMap use, consider using Bevy HashMap
#26
BlondeBurrito
opened
1 year ago
0
feat!: added reflection
#25
BlondeBurrito
closed
1 year ago
0
refactor!: sector user interface embedded into MapDimension data
#24
BlondeBurrito
closed
1 year ago
0
docs: add diagram and explanation of coord/sector origin
#23
BlondeBurrito
opened
1 year ago
0
refactor!: replace sector and field tuple IDs with data structures of 'SectorID' and 'FieldCell'
#22
BlondeBurrito
closed
1 year ago
1
feat: provide more high level API
#21
Shatur
opened
1 year ago
0
docs: add example to usage of mutating and seeding CostFields
#20
BlondeBurrito
opened
1 year ago
0
feat: create and feature flag a steering pipeline that might be useful?
#19
BlondeBurrito
opened
1 year ago
0
Next