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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesVisual Programming Representations

Methods of representing programming logic through interlocking graphical components instead of text.

Distinct from Code Representation: None of the candidates cover the actual visual block representation of code logic.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Visual Programming Representations. Refine with filters or upvote what's useful.

Awesome Visual Programming Representations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • 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

    Represents programming concepts using interlocking graphical blocks to generate source code without manual syntax entry.

    JavaScript
    GitHub पर देखें↗13,437
  • enso-org/ensoenso-org का अवतार

    enso-org/enso

    7,439GitHub पर देखें↗

    Enso is a visual dataflow programming environment and multi-language data processing engine that compiles Enso, Python, Java, and JavaScript into a unified representation with a shared memory model for zero-overhead inter-language calls. It functions as a self-service data preparation and analysis platform where users can build data pipelines by connecting nodes in a graph, switching between a no-code visual interface and a code view while keeping all changes reviewable. The platform also serves as a cloud data workflow scheduler and API exposer, allowing workflows to run on a timetable or be

    Provides dual-mode editing that switches between textual code and a visual dataflow graph representation.

    Javacompilerensofunctional
    GitHub पर देखें↗7,439
  1. Home
  2. Programming Languages & Runtimes
  3. Visual Programming Representations

सब-टैग एक्सप्लोर करें

  • Dual-Mode Text and Graph EditorsSwitching between textual code and a visual dataflow graph representation of the same program. **Distinct from Visual Programming Representations:** Distinct from Visual Programming Representations: focuses on the ability to switch between text and graph modes, not just the visual representation itself.