Skip to content
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

Create / Integrate with a scripting language #20

Open
foodelevator opened this issue Mar 17, 2022 · 1 comment
Open

Create / Integrate with a scripting language #20

foodelevator opened this issue Mar 17, 2022 · 1 comment
Labels
Enhancement🚀 New feature or request Game Engine👨‍💻 This is related to the Game Engiene

Comments

@foodelevator
Copy link
Collaborator

I think using webassembly as a target for the scripting language and running it with wasmtime is a nice way to go about it.

They have a short tutorial here https://docs.wasmtime.dev/lang-rust.html and it seems quite nice to use.

Using webassembly would keep the door open to script a game using most modern low-level languages (and then some) while also allowing us to create an own scripting language if we wish (and have the time).

@foodelevator foodelevator added Enhancement🚀 New feature or request Game Engine👨‍💻 This is related to the Game Engiene and removed Game Engine👨‍💻 This is related to the Game Engiene labels Mar 17, 2022
@foodelevator
Copy link
Collaborator Author

There's also some more information here: https://docs.wasmtime.dev/examples-rust-embed.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement🚀 New feature or request Game Engine👨‍💻 This is related to the Game Engiene
Projects
None yet
Development

No branches or pull requests

1 participant