How inegrate blockly in gdevelop

Before proceeding, please use the forum search feature at the top of the page to check if your question has already been answered.

How do I integrate blockly library in gdevelop

i need integrate blockly as javascript library in gedevlop and use it to create a educational game in programming field

If there is a javascript library for blockly, you can follow the process here: Use JavaScript in extensions - GDevelop documentation

Note, just adding the blockly library isn’t going to do anything for you.

Integrating blockly for actual event/game logic is going to be a pretty huge effort. None of the event consitions and actions themselves are going to be reproducable directly just by loading blockly, so you would have to bind each javascript action you want a blockly block.

Folks here aren’t going to be able to assist you with that as you will basically be rebuilding all of the event condition/action abstraction logic from scratch.

1 Like

Yes, I think Blockly’s library is available in various programming languages. The problem is that Blockly is usually designed to work with web applications. The challenge is integrating it into GDevelop. One way to achieve this is by integrating HTML as an object and running it with a JavaScript function. So, it is possible to realize this idea. I know it requires effort, and I think I’m ready, but I don’t have the time to try several methods. Instead, I’m searching for an effective one. Thank you.