BlondeBurrito / bevy_flowfield_tiles_plugin

Bevy plugin for Flowfield based pathfinding
Other
48 stars 3 forks source link

feat: explore supporting initialisation from Bevy primitives #63

Open BlondeBurrito opened 3 months ago

BlondeBurrito commented 3 months ago

Comment feed: https://github.com/BlondeBurrito/bevy_flowfield_tiles_plugin/pull/62

It may be useful to provide an interface that supports a variety of Beyv primitives to allow for creating bundles from different data sources (not just flat files or extensively calling the costfield update API at runtime to initialise stuff over the top of the original bundle creation)