Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mebiusashan/ag
my game framework
https://github.com/mebiusashan/ag
Last synced: about 2 months ago
JSON representation
my game framework
- Host: GitHub
- URL: https://github.com/mebiusashan/ag
- Owner: mebiusashan
- License: mit
- Created: 2018-10-31T17:24:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T18:36:07.000Z (about 6 years ago)
- Last Synced: 2024-11-21T05:02:14.779Z (about 2 months ago)
- Language: TypeScript
- Homepage: http://ag.ashan.org/
- Size: 299 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ag
> ag是一个基于Egret引擎所开发的游戏开发库。
## 安装
1. 下载或clone该库,将bin目录中的ag.文件夹拷贝到你的游戏项目中的libs中。
2. 在`egretProperties.json`文件中的`modules`字段加入如下库标记。```
{
"name": "ag",
"path": "./libs/ag"
}
```## 功能
- 向量
- 音频管理器## API文档
[ag.ashan.org](http://ag.ashan.org)
## 反馈
如果你有一些问题,可以发送[Issues](https://github.com/mebiusashan/ag/issues)或者在修改代码之后提交[Pull](https://github.com/mebiusashan/ag/pulls)。
## License
Copyright (c) 2018 [mebiusashan](http://ashan.org)