Using external libraries

Hello,

I am looking for a tutorial how to use external libraries in GDevelop.

What kind of external libraries?
I’m assuming you mean JavaScript libraries. To do so just use the DOM to load the JS file.

I mean external/3rd party JS libraries: animate.js, math.js, chart.js, and so on.

Like I said just load them via the DOM, like you would in a classic webpage.

1 Like

Oh thanks, you are awesome