-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrating into other web applications #16
Comments
Hey there, glad you like it. I'm currently working on dice syntax support e.g. |
Hi Qubus0, thanks for the reply. Sad to hear Godot has no good method for returning values, this makes it unsuitable for my case. If in future you find that this can be done, I would greatly appreciate hearing about it. I'll continue to follow your project with great interest :) |
I'm not saying it can't be done, but we might have to use some unconventional methods to communicate - like using local storage for example |
Another way could be sending post requests to your server or using websockets. Though I haven't worked with those in Godot yet |
Hi, this is really great stuff. I've been looking for something like this to integrate into my open source D&D encounter tracker.
Do you have any documentation or suggestions for how I might be able to add this to an existing JS/React project? I'd like to pass options to the dice roller (number & type of dice), have the physics dice roll on the screen, then pass the retults back to the application.
Is there an interface for this already, or something you might be planning to implement.
I'm not familliar with Godot or WASM.
Here's my project: https://github.com/S-North/DnD-NextJs-MongoDb
The text was updated successfully, but these errors were encountered: