/Code-Builder

No need to write any code, just input names and constants, like the visual programming language.

Primary LanguageTypeScriptMIT LicenseMIT

Code-Builder

A TypeScript code builder, based on Electron.

Using TypeScript Compiler API and Abstract Syntax Tree to achieve visual programming.

No need to write any code, just input names and constants, and add logic by GUI, then generate code.

This project is currently in the early stage of development.

Usage

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

ScreenShot

codebuilder

View Mode

viewmode

Editing Mode

editingmode

Generated Code

code