Skip to content

Commit

Permalink
Download link
Browse files Browse the repository at this point in the history
  • Loading branch information
LaoshuBaby authored Jan 21, 2021
1 parent bcd3fd1 commit d3131d2
Showing 1 changed file with 38 additions and 2 deletions.
40 changes: 38 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,43 @@

UniGal是一个希望能通过统一的语法标准和格式,允许从各种不同的引擎导入,并允许各游戏引擎的开发者构建支持UniGal的导入工具,实现类似ONNX一样的跨框架的方案支持,允许开发者快速从一套框架迁移到另一套更适合的框架,实现迈向开放世界的第一步。

UniGal是一个完整的项目,分为[Script](https://github.com/Uni-Gal/UniGal-Script)(脚本语法)、[Diagram](https://github.com/Uni-Gal/UniGal-Diagram)(流程图语法)、[Complier&Interpreter](https://github.com/Uni-Gal/UniGal-Complier-Interpreter)(编译器和解释器)三部分。您可以点击进入不同子项目的仓库查看。
UniGal是一个完整的项目,分为[Script](https://github.com/Uni-Gal/UniGal-Script)(脚本语法)、[Diagram](https://github.com/Uni-Gal/UniGal-Diagram)(流程图语法)、[Complier&Interpreter](https://github.com/Uni-Gal/UniGal-Complier-Interpreter)(编译器和解释器)三部分。您可以点击进入不同子项目的仓库查看。此外,UniGal也有自己的异常处理提案UEP,若要进一步了解请移步[ExceptionProposal(UEP)](https://github.com/Uni-Gal/UniGal-ExceptionProposal)

## UniGal-下载

#### UniGal-Script

A kind of mark script for separate different part of Galgame script

Uni-Gal-UniGal-Script-v0.0.2-57-gfa94efe

[zip **CRC32**59864506](https://github.com/Uni-Gal/UniGal-Script/zipball/master) [tar **CRC32**40A6330D](https://github.com/Uni-Gal/UniGal-Script/tarball/master)

#### UniGal-Diagram

Offer a visuable way to switch and show the different possibility of a Galgame

Uni-Gal-UniGal-Diagram-01283b6

[zip **CRC32**115495DC](https://github.com/Uni-Gal/UniGal-Diagram/zipball/main) [tar **CRC32**7FF3353D](https://github.com/Uni-Gal/UniGal-Diagram/tarball/main)

#### UniGal-Complier&Interpreter

Complier and official Interpreter of UniGal-Script

Uni-Gal-UniGal-Complier-Interpreter-0d3b772

[zip **CRC32**EB7F021F](https://github.com/Uni-Gal/UniGal-Complier&Interpreter/zipball/main) [tar **CRC32**8446DA39](https://github.com/Uni-Gal/UniGal-Complier&Interpreter/tarball/main)

#### UniGal-ExceptionProposal

The warnings and errors of UniGal summarised into a documented proposal

Uni-Gal-UniGal-ExceptionProposal-7bdb82e

[zip **CRC32**3A691B8A](https://github.com/Uni-Gal/UniGal-ExceptionProposal/zipball/main) [tar **CRC32**9C35151B](https://github.com/Uni-Gal/UniGal-ExceptionProposal/tarball/main)



## UniGal-代码格式

Expand Down Expand Up @@ -72,4 +108,4 @@ Waiting to fill

联系我(√)

Email:[email protected]
Email:[email protected]

0 comments on commit d3131d2

Please sign in to comment.