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.
- Host: GitHub
- URL: https://github.com/0x-jerry/blocks-program
- Owner: 0x-jerry
- License: mit
- Created: 2019-07-24T10:43:39.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-24T11:58:23.000Z (about 1 month ago)
- Last Synced: 2025-04-24T12:51:26.915Z (about 1 month ago)
- Topics: visual-programming, visual-programming-editor
- Language: TypeScript
- Homepage: https://0x-jerry.github.io/blocks-program/
- Size: 1.2 MB
- Stars: 6
- Watchers: 0
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```