Add Godot WebBridge for Stellar and ZK callbacks#52
Merged
Conversation
Collaborator
|
Hi @Vinaystwt — this conflicts with main. Could you rebase and resolve? Ready to merge once clean. 🙏 |
# Conflicts: # Makefile # README.md # godot/export_presets.cfg # godot/project.godot
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Dependency note
This PR is stacked on top of #49 / issue #33 and #51 / issue #48 because the WebBridge depends on the base Godot project and Web export flow.
Submitting now so #36 can be reviewed in parallel. Once #49 and #51 are merged, I’ll rebase this branch onto latest
mainso the final diff contains only the #36 WebBridge changes.Summary
WebBridgeautoload for browser-side Stellar/ZK callsgodot/web/stellar_bridge.jsdist/index.htmlduring exportWhat changed
godot/autoloads/WebBridge.gdgodot/web/stellar_bridge.jsgodot/web/stellar_bridge.test.jsgodot/web/README.mdWebBridgeingodot/project.godotgodot/export_presets.cfgto includestellar_bridge.jsmake godot-exportto copy the bridge file intodist/Verification
node --test godot/web/stellar_bridge.test.jspassednode --check godot/web/stellar_bridge.jspassedmake -n godot-exportpassedgit diff --checkpasseddist/,.godot/,.import, or.uidartifacts are includedNote: Godot runtime/export verification was not run locally because
godot4/godotis not installed in PATH.