Skip to content

Commit

Permalink
docs: EGE 20.08 文档修订
Browse files Browse the repository at this point in the history
* 更正版本号
* 主页单独列出库函数文档
* 官网链接由  http 改为 https
  • Loading branch information
yixy-only committed Jan 22, 2024
1 parent 4fbea4c commit da3b8a4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 25 deletions.
12 changes: 9 additions & 3 deletions man/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

<pre>
<br>
<h1 align="center">EGE (Easy Graphics Engine)</h2>
<h1 align="center">EGE (Easy Graphics Engine) 20.08</h2>

<font size="4"><center></strong>作者:</strong>misakamm</center></font>
<font size="4">
<table>
<tr><th>站点</th><th>网址</th><th>状态</th></tr>
<tr><td align="center">官网</td> <td><a href="http://xege.org">http://xege.org</a> </td> <td align="center"><strong>正常维护</strong></td></tr>
<tr><td align="center">官网</td> <td><a href="https://xege.org">https://xege.org</a> </td> <td align="center"><strong>正常维护</strong></td></tr>
<tr><td align="center">GitHub</td> <td><a href="https://github.com/wysaid/xege">https://github.com/wysaid/xege</a></td> <td align="center"><strong>正常维护</td></strong></tr>
<tr><td align="center">Gitee</td> <td><a href="https://gitee.com/xege/xege">https://gitee.com/xege/xege</a></td> <td align="center"><strong>正常维护</td></strong></tr>
<tr><td align="center">主页1</td> <td><a href="http://misakamm.github.com/xege">http://misakamm.github.com/xege</a></td> <td align="center">停止更新</td></tr>
Expand All @@ -31,14 +31,20 @@ <h3><strong>EGE 库配置教程:</strong></h3>
<tr><td></td><td></td></tr>
</table>

<h3><strong>库函数文档</strong></h3>
<table>
<tr><th>目录</th></tr>
<tr align="center"><td><a href="api/index.htm">库函数目录</a></td></tr>

</table>

<h3><strong>库教程和文档目录</strong></h3>
<table>
<tr><th>目录</th></tr>
<tr align="center"><td><a href="intro/index.htm">基本说明</a></td></tr>
<tr align="center"><td><a href="setup/index.htm">图形库安装说明</a></td></tr>
<tr align="center"><td><a href="preview/index.htm">使用预览</a></td></tr>
<tr align="center"><td><a href="tutorial/index.htm">入门基础示例和教程</a></td></tr>
<tr align="center"><td><a href="api/index.htm">库函数目录</a></td></tr>
<tr align="center"><td><a href="demo/index.htm">示例程序</a></td></tr>
<tr align="center"><td><a href="netfriendsdemo/index.htm">网友小程序(新!有兴趣可投稿哦!)</a></td></tr>
<tr align = center><td><a href="about/index.htm">关于本图形库</a></td></tr>
Expand Down
40 changes: 18 additions & 22 deletions man/readme.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,39 @@
# EGE(Easy Graphics Engine)

**作者**:misakamm
|相关网站| 网址|
|--|--|
|官网|[http://xege.org](http://xege.org)|
|主页1|[http://misakamm.github.io/xege](http://misakamm.github.io/xege)|
|主页2|[http://xege.org/manual](http://xege.org/manual)
|源代码|[https://github.com/misakamm/xege](https://github.com/misakamm/xege)|

| 相关网站 | 网址 |
| -------- | ----------------------------------------------------------------- |
| 官网 | [https://xege.org](https://xege.org) |
| 主页1 | [http://misakamm.github.io/xege](http://misakamm.github.io/xege) |
| 主页2 | [http://xege.org/manual](http://xege.org/manual) |
| 源代码 | [https://github.com/misakamm/xege](https://github.com/misakamm/xege) |

## 预编译库下载:
|站点 | 下载链接|
|:--:|--|
|百度网盘 |[https://pan.baidu.com/s/1qWxAgeK](https://pan.baidu.com/s/1qWxAgeK) |
|bitbucket | [https://bitbucket.org/misakamm/xege/downloads/ege15.04.7z](https://bitbucket.org/misakamm/xege/downloads/ege15.04.7z)|
|gitcafe|[http://misakamm.gitcafe.io/pub/15.04/bin/ege15.04.7z](http://misakamm.gitcafe.io/pub/15.04/bin/ege15.04.7z)|

| 站点 | 下载链接 |
| :-------: | ------------------------------------------------------------------------------------------------------------------- |
| 百度网盘 | [https://pan.baidu.com/s/1qWxAgeK](https://pan.baidu.com/s/1qWxAgeK) |
| bitbucket | [https://bitbucket.org/misakamm/xege/downloads/ege15.04.7z](https://bitbucket.org/misakamm/xege/downloads/ege15.04.7z) |
| gitcafe | [http://misakamm.gitcafe.io/pub/15.04/bin/ege15.04.7z](http://misakamm.gitcafe.io/pub/15.04/bin/ege15.04.7z) |

## 自己编译ege源代码

从上方源代码页面获取源代码, 然后根据自己需要编译

>关于32位和64位:注意不是你的操作系统是多少位就下载多少位,而是你的编译器是多少位就用多少位,或者能支持多少位就用多少位。
>如果是MinGW,那么请用32位的,如果是vc9/vc10,那可以两个都下载。如果你不知道,两个都下载就没错了,
不过,目前多数情况下都是32位。
> 关于32位和64位:注意不是你的操作系统是多少位就下载多少位,而是你的编译器是多少位就用多少位,或者能支持多少位就用多少位。
> 如果是MinGW,那么请用32位的,如果是vc9/vc10,那可以两个都下载。如果你不知道,两个都下载就没错了,
> 不过,目前多数情况下都是32位。
## 库教程和文档目录(注意:本文档对应的ege版本为15.04
## 库教程和文档目录(注意:本文档对应的ege版本为 20.08

* [基本说明](http://xege.org/manual/intro/index.htm)

* [图形库安装说明](http://xege.org/manual/setup/index.htm)

* [使用预览](http://xege.org/manual/preview/index.htm)

* [入门基础示例和教程](http://xege.org/manual/tutorial/index.htm)

* [库函数目录](http://xege.org/manual/api/index.htm)

* [示例程序](http://xege.org/manual/demo/index.htm)

* [网友小程序(新!有兴趣可投稿哦!)](http://xege.org/manual/netfriendsdemo/index.htm)

* [关于本图形库](http://xege.org/manual/about/index.htm)

> 如果以上目录文字显示较小,请用Ctrl+鼠标滚轮调整文字大小,或者用你的浏览器设置修改即可

0 comments on commit da3b8a4

Please sign in to comment.