mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
8211bb30f408eaf892bfc8a5adbf0dfabfdc8257
Workspace factory helps developers configure their workspace by allowing them to drag blocks into the workspace to add them to their toolbox. Current features: supports categories or a single flyout of blocks updates a preview workspace automatically imports toolbox XML already written exports toolbox XML to a file prints toolbox XML to the console imports a standard Blockly category supports shadow blocks (allowing the user to move shadow blocks and toggle between shadow blocks and normal blocks), disabled blocks, block groups allows the user to add/move/delete/rename/color categories and separators.
Blockly
Google's Blockly is a web-based, visual programming editor. Users can drag blocks together to build programs. All code is free and open source.
The project page is https://developers.google.com/blockly/
Description
Languages
TypeScript
51.3%
JavaScript
40.6%
Python
2.1%
HTML
1.8%
PHP
1.5%
Other
2.7%
