#improving filter system design for a pathfinding library
1 messages ยท Page 1 of 1 (latest)
o.o
๐
what exactly do you mean?
maybe its just on my end, let me see if I can get discord to reload
ok, good it came back lmao
anyways, I will be sure to look at this, this weekend but when the message disappeared I was afraid I wouldn't be able to because of all the links missing. Anyways, I originally messaged to just ensure the thread didn't get removed
otherwise i couldve just resend it. but sure, ping me once you found time. thanks :)
so I looked at the repo and such, not entirely sure how you intend for the filter system to work
because I just see it as something being slow if you want to provide live results
would technically need to be having all these pathfinders going at the same time lol
its for the enduser to be able to give the pathfinder a direction of what the path should consist of
not quite sure if you understood the approach
basically a filter to whitelist specific "scenarios"
https://github.com/patheloper/pathetic/blob/v3.0/pathetic-api/src/main/java/org/patheloper/api/pathing/filter/PathFilter.java describes it pretty well
probably not