mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 03:14:47 +00:00
24 lines
1.2 KiB
Markdown
24 lines
1.2 KiB
Markdown
|
# luban_examples
|
|||
|
|
|||
|
luban对应的示例工程,更多文档请参见 [Document](https://luban.doc.code-philosophy.com/docs/intro)。
|
|||
|
|
|||
|
示例工程包含:
|
|||
|
|
|||
|
- DataTables 一个较复杂的用于测试的配置项目。
|
|||
|
- MiniTemplate 一个最简单的配置模板,用于快速创建一个新的配置项目
|
|||
|
- Projects 一些覆盖常见平台、引擎、语言的示例项目
|
|||
|
|
|||
|
Projects里的项目都已经过测试,已经包含了生成代码和数据,可以直接运行。
|
|||
|
|
|||
|
**luban经历了大规模的重构,和旧版本有一定的差异。使用旧版本luban的开发者请切换到classic分支。**
|
|||
|
|
|||
|
## 下载Luban
|
|||
|
|
|||
|
旧版本每次更新luban后,会同步将发布的Release版Luban复制到Tools/Luban目录。由于会明显增大仓库大小,后面luban_examples
|
|||
|
项目不再附带Luban程序,需要自行从[release](https://github.com/focus-creative-games/luban/releases)下载。下载Luban.7z
|
|||
|
文件,直接解压到Tools目录下即可,确保最终Luban程序的位置为`luban_examples/Tools/Luban/Luban.exe`。
|
|||
|
|
|||
|
## 支持与联系
|
|||
|
|
|||
|
发issue不一定能及时看到,有问题请尽量加QQ群: 692890842 (Luban开发交流群) 反馈,往往能快速得到解决。
|