
Blockly - Google Groups
Welcome to the Blockly developers group! Feel free to post questions about developing with Blockly, demos of things you've built, or make suggestions for features you'd like to see in the …
Blockly Summit 2025: New sessions in EdTech, AI, accessibility and …
Apr 3, 2025 · Discover how the Blockly community is shaping the future of block-based programming across AI/ML, EdTech, accessibility, robotics, and enterprise apps.
Blockly Announce - Google Groups
The migration of blockly, blockly-samples, and blockly-keyboard-experimentation is complete. GitHub
Blockly v11 is here! + Q2 Announcements - Google Groups
May 21, 2024 · Blockly Newsletter Q2 2024 Key Highlights & Announcements Our v11 release is here! This is a big release with many new features supporting customizability. Check out the …
Uncaught Error: JavaScript generator does not know how to …
Aug 7, 2024 · Prior to Blockly v10, when looking for a block generator function, the blockToCode method would look up the function on itself, i.e. look for this [blockType]. This created some …
Try AI Integrated Blockly workspace demo - TutoriaLLM
Nov 7, 2024 · To intergrate LLM (AI) into programming education, I have used Blockly as the framework of code editor, and intergrate LLM throughout workspace to toolbox of Blockly.
Newest 'google-blockly' Questions - Stack Overflow
How can i use the blockly event to implement multiplayer cooperation! I've read the blockly's doc, i know that i can get the blockly event by addChangeListener (event) …
javascript - blockly : code variables - Stack Overflow
Sep 10, 2013 · The built-in python generator will take care of this for you, if you use built-in Blockly variables and other constructs. The code demo uses the function …
Cannot set a shadow block to take 'any' input? - Google Groups
Dec 31, 2024 · Goals: Create a basic single-input block that's auto connected to a shadow block that can take any type of input including a default blockly variable
Error: JavaScript generator does not know how to generate code …
Aug 8, 2024 · This works well for non-custom blocks, however when I create a custom block and hit run I get this error: Error: JavaScript generator does not know how to generate code for …