About 8,190,000 results
Open links in new tab
  1. 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 future. But if …

  2. Blockly Announce - Google Groups

    Nov 7, 2025 · The migration of blockly, blockly-samples, and blockly-keyboard-experimentation is complete. GitHub

  3. Blockly Games: Bird - level 9 - Google Groups

    Feb 28, 2023 · This gets the bird further along, but she then gets stuck with the "y < 60" condition intended for flying away from the worm, since that also applies when she flies towards the nest. The …

  4. Blockly Summit 2025: New sessions in EdTech, AI, accessibility and more

    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.

  5. 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.

  6. How to generate blocks from code in blockly? - Stack Overflow

    Nov 30, 2017 · I have a blockly application which generates some output code. Now, is it possible to write some function which will take my output code and will put corresponding blocks on workspace. …

  7. DropdownField: specify a default value? - Google Groups

    Jan 17, 2024 · Great notes on a feature request and the potential of contributing to the source myself. Short answer is "not right now" but it's something I'm generally interested in. We're just getting …

  8. 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

  9. TextToDom is not a function - Google Groups

    Sep 9, 2023 · Blockly.Xml.domToWorkspace (dom, my_workspace); However when I run this in the latest Blockly version, I get the error " Blockly.Xml.textToDom is not a function ".

  10. Newest 'blockly' Questions - Stack Overflow

    Feb 27, 2025 · I am working on Blockly(Blockly is a client-side library for the programming language JavaScript for creating block-based visual programming languages and editors) for the flutter …