1 Repo
Modifying source code through a visual interface rather than direct text editing.
Distinct from Source Code Editors: Focuses on structural code changes driven by a visual editor instead of standard text-based editing.
Explore 1 awesome GitHub repository matching development tools & productivity · Visual Code Manipulation. Refine with filters or upvote what's useful.
Mometa is an AST-based visual code editor and low-code metaprogramming tool. It provides a visual interface for modifying source code through abstract syntax tree manipulation, allowing for the insertion and deletion of code blocks via drag-and-drop actions. The project distinguishes itself through a visual source mapping system that links rendered DOM elements back to their original source code positions. It utilizes a real-time synchronization system and hot module replacement workflow to update application components in the browser without requiring a full page reload. The platform covers
Modifies source code through a visual interface, using AST manipulation to bridge the gap between visual editing and raw text.