You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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? :)
The text was updated successfully, but these errors were encountered:
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.
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? :)
The text was updated successfully, but these errors were encountered: