
Blockly - Google Groups
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 you've found a bug, please report it over …
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 …
Including Blockly in NextJS or SolidStart - Google Groups
Feb 15, 2023 · The web frameworks I am familiar with are NextJS (react & webpack) and SolidStart (solidjs & vite), no preferences.
Blocky For Unity 3D - Google Groups
Nov 21, 2013 · Can we implement Blocky for Unity3D (unity3d.com) that has underlying C# or Unity Javascript? Then we could add a Blocky editor tool for creating scripts completely with Blocky. …
Blockly Summit 2025: New sessions in EdTech, AI, accessibility and more
Apr 3, 2025 · Attend 50 newly added talks and workshops covering block-based programming topics in EdTech, Robotics, AI & ML, Accessibility, and Enterprise use of Blockly.
C++ Code generator for Blockly - Google Groups
Feb 20, 2019 · Blockly isn't statically typed by default. C++ is. It's way easier to make Blockly work with static types (there's native support, you just have to set it up) than to build the necessary C++ …
blockly as XML editor - Google Groups
Jan 31, 2016 · blocky is able to generate code in probably any language one could imagine. The tricky part for XML is it's massive use of hierarchical structures. The way to go here is probably like Blake …
Blockly with Raspberry PI GPIO/RPIO libaries - Google Groups
Feb 16, 2015 · I'm currently trying to further develop my project by doing what I have already done in Python, in blockly - which is to control a JunkBot (Consisting of pens, a motor and a base robot body) …
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.
Here's our work: Blockly for C language - Google Groups
Jul 14, 2016 · I've had a quick look at your Blockly for C. Very well done. Currently, the print statements require C++. So you might want to change that to be C, or change the title of the project to Blockly …