# 关于 Gandi IDE

Gandi IDE 是一个浏览器内的游戏引擎，是麻省理工学院 Scratch 的 mod，具有协作功能，允许scratchers 实时一起设计和编码。Gandi IDE 还包含许多扩展功能，帮助开发者制作多人在线游戏，包括MMO、MOBA、PvP和PvE。

## 突出的特点&#x20;

### 实时协作&#x20;

✨ 团队合作使梦想成真。有了Gandi，你可以邀请队友加入你的项目，一起实时设计、编码和调试。告别散布在你桌面上的不可读的sb3文件。Gandi IDE 还允许你和你的队友在 IDE 中直接管理文件版本。

### 丰富的扩展&#x20;

🤹🏻Scratch 是为教育目的而设计的，在全球拥有超过 1 亿用户。但它也有大量的设计缺陷。Gandi IDE 就是为了解决这些问题。Gandi IDE 扩展可以让你获得许多 Scratch 不具备的功能，包括无限克隆、云变量和数据库、JSON 数据结构、正则表达式、懒加载、视频和音频播放、多人游戏引擎等等。

### 性能改进&#x20;

⚡Scratch 在运行时解释一个语法树，这种机制会减慢运行速度。Gandi IDE 编译了一个像 TurboWarp 这样的项目，使 Gandi IDE 能够更快地运行一个项目。此外，Gandi IDE 推动了编译器的发展，对复杂的算法使用 WebAssembly，这将使 Gandi IDE 更快地运行项目。

想要了解更多，请点击 → <https://getgandi.com/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cocrea.world/cn/gong-neng/gong-neng-dui-bi/guan-yu-gandi-ide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
