An open API service indexing awesome lists of open source software.

https://github.com/0x-jerry/blocks-program

Modern and smaller visual programming editor. Inspire by blockly.
https://github.com/0x-jerry/blocks-program

visual-programming visual-programming-editor

Last synced: 26 days ago
JSON representation

Modern and smaller visual programming editor. Inspire by blockly.

Awesome Lists containing this project

README

        

# Blocks Program

可视化编程编辑器,灵感来源于 [Blockly](https://github.com/google/blockly)

目的是构建更小,更快,更易扩展的积木编程库。

目前正处于开发之中,目前仅实现最基本的功能,详情见[TODO](todo.md)

## 开发

```sh
git clone https://github.com/cwxyz007/blocks-program.git
cd blocks-program
yarn
yarn start
```

## 测试

```sh
git clone https://github.com/cwxyz007/blocks-program.git
cd blocks-program
yarn
yarn test
```