godot-extended-libraries / godot-next

Godot Node Extensions - Basic Node Extensions for Godot Engine
MIT License
961 stars 61 forks source link

TacticalRPGlike Pathfinding : Dijkstra algorithm #63

Open astrale-sharp opened 4 years ago

astrale-sharp commented 4 years ago

Hey, I've made this with someone : https://github.com/MatejSloboda/Dijkstra_map_for_Godot Its in rust and it allows for things astar does'nt provide, we're currently searching for a way to ship the binary directly (it doesnt work off the bat right now) but once that comes (or before?), Does it belong here? :)

willnationsdev commented 4 years ago

Yes, I imagine we could try to find a way to accommodate that. It would likely be as a addons/godot-next-rust subfolder that contains a similar directory structure as the main one, but would only include your Rust implementations. You would then update the README to add the Dijkstra implementation and specify that the supported language is Rust. I recommend you create a bin directory, followed by a platform subfolder and then stick any compiled binaries in that directory. At least, that's my first thought. Others can feel free to recommend alternatives.

astrale-sharp commented 4 years ago

Yea for now there is such bin folder with support for linux && windows I'm still trying to compile for mac.. (from linux)