openblock-gui icon indicating copy to clipboard operation
openblock-gui copied to clipboard

Graphical user interface for creating and running OpenBlock projects.

Results 9 openblock-gui issues
Sort by recently updated
recently updated
newest added

![微信截图_20230131114840](https://user-images.githubusercontent.com/15998309/215658288-f92cfdbd-5e39-40aa-97a5-308ef0f077a0.png)

![image](https://user-images.githubusercontent.com/84381608/193830759-775ad2c4-c887-4daa-b5fd-37d8b64fa4cc.png)

If i tried to work with openblock online, it not working. Resource and link server is not starting. ![Screenshot 2022-03-22 094112](https://user-images.githubusercontent.com/86342573/159408169-70f72084-71cd-425f-b8f0-1ea442c22f6f.png) ![Screenshot 2022-03-22 100145](https://user-images.githubusercontent.com/86342573/159408600-a5e9c64d-540c-4cba-982b-762a842f893b.png)

角色的运动、外观属性在勾选显示时,在舞台没有显示角色名称。比如方向,两个角色显示的内容一样 ![WX20220718-194329](https://user-images.githubusercontent.com/40046400/179504380-ae210bc3-63b6-4d8f-8692-3b7e4622d473.png)

I have tried converting .svg file into MD5 Hash but it is not working. I have also tried uploading .svg file onto scratch website and using that MD5 hash but...

I am connecting my ESP32 to openblock-online and the code of bt connection is in gui but its still not finding my board can you help me with this?

Resolves What Github issue does this resolve (please include link)? It can build on more modern webpack. Proposed Changes Describe what this Pull Request does It upgrade webpack version so...

### Resolves _What Github issue does this resolve (please include link)?_ - Resolves # No ### Proposed Changes _Describe what this Pull Request does_ Add new board lgt8f328pNano ### Reason...

### 解决问题 - 新增动态IF积木功能,支持通过点击+/-图标动态增删else if和else语句块 ### 提议的变更 - 实现了动态IF积木功能,允许用户通过点击"+"图标来动态增加`else if`语句块和`else`语句块 - 实现了通过点击"-"图标删除指定的语句块 - 涉及blocks、gui、vm三个项目的代码修改 - 主要使用mutation机制来实现积木的变形处理 ### 变更原因 - 提高积木编程的灵活性,让用户能够动态调整条件语句的复杂度 - 增强用户体验,避免预先设定固定数量的条件分支 - 通过mutation方式实现积木变形,保持代码结构的清晰和可维护性 -