2 रिपॉजिटरी
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.
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.
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.