GDevelopApp / GDevelop-extensions

Repository of behaviors, actions, conditions and expressions to be used in GDevelop for creating games
https://gdevelop.io
MIT License
131 stars 53 forks source link

JavaScript FFI #213

Closed arthuro555 closed 2 years ago

arthuro555 commented 3 years ago

Describe the extension

Allows people with very little programming knowledge to use JavaScript APIs from GDevelop

This is only the first version, in the future, I plan to add more stuff someday, like

For now, though, it already allows doing pretty some nice stuff.

Checklist

Example

(Contains other older extensions & prototypes, do not mind them. Console commands node and global are the one of interest.) ExtensionsWorkbench.zip

Extension file

JsFFI.zip

arthuro555 commented 2 years ago

Closing this, as it is easier to just use JavaScript events than this