Google Groups
groups.google.com › g › blockly › c › zOTG-ma6FA4
Here's our work: Blockly for C language
One thing I noticed is I don't seem to be able to print ints ... or atleast I cannot connect a function to print with a return type int, and there doesn't seem to be a way to convert an int to a string. ... Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message ... This program looks great. Very good job editing the playground environment to match your needs. I am working on a blockly project as well and was very curious, how did you all get the automated code generation every time you add a block as opposed to having to press a button everytime to translate blocks to code?
Factsheet
Original authors Neil Fraser, Quynh Neutron, Ellen Spertus, Mark Friedman
Initial release May 2012; 13 years ago (2012-05)
Original authors Neil Fraser, Quynh Neutron, Ellen Spertus, Mark Friedman
Initial release May 2012; 13 years ago (2012-05)
IEEE Xplore
ieeexplore.ieee.org › document › 7539741
A block-oriented C programming environment | IEEE Conference Publication | IEEE Xplore
This paper is aimed at developing a block-oriented C programming environment called Blockly-C based on Google Blockly. In this environment, programming beginners can easily write C programs by drag and drop visual blocks while they need not ...
GitHub
github.com › zhaofeng-shu33 › blockly-mbed
GitHub - zhaofeng-shu33/blockly-mbed: USE Blockly to build a simple mbed C code generator
Starred by 8 users
Forked by 3 users
Languages JavaScript 95.9% | Python 2.5% | HTML 1.5% | CSS 0.1% | JavaScript 95.9% | Python 2.5% | HTML 1.5% | CSS 0.1%
Blockly
blockly.games
Blockly Games
Games for tomorrow's programmers. Block-based programming lessons for beginners.
GitHub
github.com › google › blockly › issues › 458
Add support for generating C code · Issue #458 · RaspberryPiFoundation/blockly
June 25, 2016 - RaspberryPiFoundation / blockly Public · Notifications · You must be signed in to change notification settings · Fork 3.8k · Star 13.3k · New issueCopy link · New issueCopy link · Closed · Closed · Add support for generating C code#458 · Copy link · kmckee ·
Author kmckee
Appspot
blockly-demo.appspot.com › static › demos › code › index.html
Blockly Demo: Code
{textVariable} · {listVariable}
Google Groups
groups.google.com › d › topic › blockly › BzUZOXy-RNM
Graphic Editor for C Language Using Blockly.
July 23, 2014 - FYI, that implementation also includes some fairly heavy modifications to the core files, some of which are related to C strong typing and some to fitting Blockly into our specific application. For the more C-related bits, check the generator folder, blocks/variables.js, core/variables.js, core/procedures.js, core/blocks.js, and core/field_variable.js.
Codecademy
codecademy.com › learn › learn-to-code-with-blockly
Learn to Code with Blockly | Codecademy
This course teaches the basics of programming using the drag and drop language Blockly. Here you will learn fundamental programming concepts through interactive exercises without the need to write out programming syntax.
Google Groups
groups.google.com › g › blockly › c › 1moEEwHGJhs
How to create code generator for c language using blockly.
March 27, 2018 - What some of the historical messages are missing is the fact that Blockly now supports typed variables, which might make building generators for typed languages easier. Documentation for that is here: https://developers.google.com/blockly/guides/create-custom-blocks/variables#typed_variable_blocks
Google Groups
groups.google.com › g › blockly › c › 6djoW_r0Jfc
C++ Code generator for Blockly
How to generator c++ code for blocky.
GitHub
github.com › dineshLL › lisa
GitHub - dineshLL/lisa: Visual c++ code generator using Blockly api
Visual c++ code generator using Blockly api. Contribute to dineshLL/lisa development by creating an account on GitHub.
Starred by 18 users
Forked by 12 users
Languages JavaScript 91.2% | HTML 7.3% | CSS 0.9% | Python 0.6% | Shell 0.0% | POV-Ray SDL 0.0% | JavaScript 91.2% | HTML 7.3% | CSS 0.9% | Python 0.6% | Shell 0.0% | POV-Ray SDL 0.0%
Appspot
blockly-games.appspot.com
Blockly Games
Games for tomorrow's programmers. Block-based programming lessons for beginners. Free from Google.
Wikipedia
en.wikipedia.org › wiki › Blockly
Blockly - Wikipedia
February 19, 2026 - Blockly is a client-side library for the programming language JavaScript for creating block-based visual programming languages (VPLs) and editors. A project of Google, it is free and open-source software released under the Apache License 2.0.
GitHub
github.com › Chris-Archive › Blockly_CPP
GitHub - Chris-Archive/Blockly_CPP: A project developed by using Google's Blockly API.
Starred by 3 users
Forked by 4 users
Languages JavaScript 93.7% | Python 1.8% | HTML 1.6% | PHP 1.1% | Dart 0.8% | Lua 0.8% | Shell 0.2% | JavaScript 93.7% | Python 1.8% | HTML 1.6% | PHP 1.1% | Dart 0.8% | Lua 0.8% | Shell 0.2%
Google Groups
groups.google.com › g › blockly › c › n6kFBYCgdYs
Non-Teaching Blockly Implementations
Provides an extensive development environment for building applications to talk to a variety of single board computers and generates both JavaScript and Python code. This environment has greatly extended the Blockly environment with over 100 blocks which do everything from talk to hardware to interface with social networking services.