Lune: Standalone Luau Runtime
Lune:独立的 Luau 运行时环境
一个独立的 Luau 运行时环境
许可协议
lune-org/lune
main
转到文件
代码
文件夹和文件
| 名称 | 名称 | 最近提交的消息 | 最近提交日期 | | ------------------------ | ------------------------ | -------- | -------- | | .cargo | .cargo | | | | .github/workflows | .github/workflows | | | | .lune | .lune | | | | .vscode | .vscode | | | | assets/logo | assets/logo | | | | crates | crates | | | | scripts | scripts | | | | tests | tests | | | | .editorconfig | .editorconfig | | | | .gitattributes | .gitattributes | | | | .gitignore | .gitignore | | | | .gitmodules | .gitmodules | | | | .justfile | .justfile | | | | .luaurc | .luaurc | | | | CHANGELOG.md | CHANGELOG.md | | | | CONTRIBUTING.md | CONTRIBUTING.md | | | | Cargo.lock | Cargo.lock | | | | Cargo.toml | Cargo.toml | | | | LICENSE.txt | LICENSE.txt | | | | README.md | README.md | | | | rokit.toml | rokit.toml | | | | stylua.toml | stylua.toml | | |
查看所有文件
仓库文件导航
Lune
一个独立的 Luau 运行时。
编写和运行程序,类似于其他语言的运行时,例如 Node, Deno, Bun, 或者 vanilla Lua 的 Luvit。
Lune 尽可能提供完全异步的 API,并且是用 Rust 🦀 构建的,以获得速度、安全性和正确性。
特性
- 🌙 严格最小但功能强大的接口,易于阅读和记忆,就像 Luau 本身一样
- 🧰 功能齐全的 API,用于文件系统、网络、stdio,全部包含在小型(~5mb 压缩)可执行文件中
- 📚 世界一流的文档,在 Web 上 或 直接在你的编辑器中,无需网络连接
- 🏡 适用于 Roblox 开发人员的熟悉的运行时环境,包括 1 对 1 的任务调度器端口
- ✏️ 可选的内置库,用于操作 Roblox 场所和模型文件及其实例
非目标
- 使程序简短明了 - 适当的自动完成 / 智能感知使使用 Lune 同样快速,并且可读性很重要
- 在 Roblox 之外运行完整的 Roblox 游戏 - 存在一些兼容性,但 Lune 旨在用于不同的目的
从哪里开始?
前往 安装 页面开始使用 Lune!
关于
一个独立的 Luau 运行时环境
主题
资源
许可协议
Stars
538 stars
Watchers
11 watching
Forks
98 forks
发布版本 56
贡献者 27
语言
- Rust 71.6%
- Luau 28.0%
页脚
© 2025 GitHub, Inc.