awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
scratchfoundation avatar

scratchfoundation/scratch-blocks

0
View on GitHub↗
2,750 स्टार्स·1,534 फोर्क्स·JavaScript·Apache-2.0·3 व्यूज़scratch.mit.edu/developers↗

Scratch Blocks

Scratch-blocks is a block-based visual programming library and framework used to create graphical programming interfaces. It provides a visual environment that translates interlocking blocks into executable code, serving as a foundation for educational coding interfaces and visual programming languages.

The project is implemented as a customized extension of the Google Blockly ecosystem. It enables the development of domain-specific languages through a drag-and-drop interface, supporting the creation of custom block libraries and no-code tool development.

The framework handles the structural mechanisms of block-based systems, including constraint-based snapping, coordinate-based positioning, and event-driven input. It manages program state through JSON-based serialization and uses schema-driven definitions to determine block appearance and connectivity.

Features

  • Educational Programming Environments - Serves as a foundation for integrated platforms that teach software development concepts through visual block editors.
  • Block-Based Visual Interfaces - Implements a drag-and-drop interlocking block editor for building logic without manual coding.
  • Blockly Extensions - Implemented as a specialized extension of the Google Blockly ecosystem for educational scripting.
  • Visual Programming Tools - Provides an environment for creating graphical programming interfaces that define application logic through interlocking blocks.
  • Visual Block Designers - Provides an interface for designing specialized graphical components that represent specific functions in a visual language.
  • Visual Language Frameworks - Provides a framework for defining the shapes, behaviors, and input fields of custom blocks for domain-specific languages.
  • Block-Based Code Generators - Translates visual arrangements of interlocking blocks into executable source code for beginners and students.
  • Block-Based Coding Libraries - Provides a comprehensive framework for creating visual programming languages that translate block arrangements into executable code.
  • Visual Block Schemas - Uses configuration-driven schemas to define the visual appearance and connectivity rules of programming blocks.
  • No-Code Platforms - Enables the development of software that allows non-programmers to build complex workflows using a visual block system.
  • JSON Serializers - Converts nested block hierarchies into structured JSON trees for saving and loading program state.
  • Workspace Coordinate Management - Manages a global 2D workspace coordinate system for free-form movement, zooming, and panning of visual blocks.
  • Event-Driven Input Handlers - Utilizes a centralized event system to map mouse and keyboard inputs to mutations of visual programming blocks.
  • Block Snapping Logic - Implements constraint-based snapping to ensure programming blocks align correctly during drag-and-drop interactions.

स्टार हिस्ट्री

scratchfoundation/scratch-blocks के लिए स्टार हिस्ट्री चार्टscratchfoundation/scratch-blocks के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

scratchfoundation/scratch-blocks क्या करता है?

Scratch-blocks is a block-based visual programming library and framework used to create graphical programming interfaces. It provides a visual environment that translates interlocking blocks into executable code, serving as a foundation for educational coding interfaces and visual programming languages.

scratchfoundation/scratch-blocks की मुख्य विशेषताएं क्या हैं?

scratchfoundation/scratch-blocks की मुख्य विशेषताएं हैं: Educational Programming Environments, Block-Based Visual Interfaces, Blockly Extensions, Visual Programming Tools, Visual Block Designers, Visual Language Frameworks, Block-Based Code Generators, Block-Based Coding Libraries।

scratchfoundation/scratch-blocks के कुछ ओपन-सोर्स विकल्प क्या हैं?

scratchfoundation/scratch-blocks के ओपन-सोर्स विकल्पों में शामिल हैं: raspberrypifoundation/blockly — Blockly is a web-based visual programming editor and block-based code generator. It allows users to create programs by… scratchfoundation/scratch-gui — scratch-gui is a block-based visual programming editor and educational coding interface. It provides a web-based… google/blockly — Blockly is a block-based coding library and visual programming editor that allows users to build programs by… petoicamp/opencat-quadruped-robot — OpenCat-Quadruped-Robot is a development framework and motion control API for building four-legged robots. It provides… olistic/warriorjs — Warriorjs is a programming game framework and code-based logic puzzle where players write code to control characters… obra/superpowers — Superpowers is a browser-based game development engine and collaborative integrated development environment. It…

Scratch Blocks के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Scratch Blocks के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • raspberrypifoundation/blocklyRaspberryPiFoundation का अवतार

    RaspberryPiFoundation/blockly

    13,437GitHub पर देखें↗

    Blockly is a web-based visual programming editor and block-based code generator. It allows users to create programs by interlocking graphical blocks that translate into executable source code for various programming languages, removing the need for manual syntax entry. The project serves as a customizable framework for building specialized visual languages through a customizable block library. It includes a visual block designer for defining custom shapes, behaviors, and specialized input fields, as well as a plugin system to extend the editor's environment. The system manages programming lo

    JavaScript
    GitHub पर देखें↗13,437
  • scratchfoundation/scratch-guiscratchfoundation का अवतार

    scratchfoundation/scratch-gui

    4,809GitHub पर देखें↗

    scratch-gui is a block-based visual programming editor and educational coding interface. It provides a web-based environment for creating and executing interactive programs using a drag-and-drop block system. This open-source project editor is built as a React-based web application. It serves as a graphical environment designed to teach programming concepts through visual logic and immediate execution within a structured workspace.

    JavaScript
    GitHub पर देखें↗4,809
  • google/blocklygoogle का अवतार

    google/blockly

    13,436GitHub पर देखें↗

    Blockly is a block-based coding library and visual programming editor that allows users to build programs by interlocking graphical blocks. It functions as a visual code generator, translating these arrangements of logic blocks and variables into executable source code for various programming languages. The library provides a framework for creating custom visual programming languages and low-code logic designers. It utilizes an SVG-based UI library to render interactive, draggable elements on a web canvas. The system is designed as an accessible web UI framework with integrated keyboard navi

    JavaScript
    GitHub पर देखें↗13,436
  • petoicamp/opencat-quadruped-robotPetoiCamp का अवतार

    PetoiCamp/OpenCat-Quadruped-Robot

    4,891GitHub पर देखें↗

    OpenCat-Quadruped-Robot is a development framework and motion control API for building four-legged robots. It provides a comprehensive environment for quadruped robot development, featuring tools for locomotion gait design, inverse kinematics, and a layered control architecture that separates high-level intelligence from low-level motion. The project distinguishes itself as an embedded AI deployment tool, allowing users to train, quantize, and deploy machine learning models to vision modules for tasks such as object detection and visual target tracking. It further supports complex human-robot

    C++aiarduinoblock-coding
    GitHub पर देखें↗4,891
Scratch Blocks के सभी 30 विकल्प देखें→