Skip to content
FrankHB edited this page Dec 11, 2014 · 39 revisions

About/概要

The YSLib Project is a project of platform-neutral framework consists of several multi-licensed open source libraries. See LICENSE.TXT in the source directory for licensing affairs.

The main part(except libraries not being maintained in this project) of the libraries is coded in C++, which is strictly conforming to ISO/IEC 14882. (For features being used, see here .)

See here for releases(zh-CN).

某平台中立的框架试做品。目前可在 NDS 模拟器 DeSmuME 上测试运行(每个更新的版本通过实机iDSL测试),以及 MinGW32 上的试验性移植。使用的许可证见源代码目录中的 LICENSE.TXT 。

主要部分(非此项目维护的库除外)使用 C++ 编码,严格兼容 ISO/IEC 14882 。(使用的 ISO 特性参见这里(en-US) )。

Currently supported platforms/当前支持平台

  • (Nintendo/iQue) DS (arm-none-eabi)(using DeSmuME to run on PC)
  • MinGW32 (i686-w64-mingw32, compatible with i686-pc-mingw32)

Pending supported platform/待定支持平台

  • Android (arm-linux-androideabi)
  • MinGW64 (x86_64-w64-mingw32)

Documentation/文档

Documentation of the code can be generated using Doxygen.

The document in /doc/vsd can be viewed by Microsoft Office Visio or Microsoft Visual Studio 2013.

Other non-generated documents (all in simplified Chinese) are text files in the source directories, like Readme.txt & /doc .

文档可使用 Doxygen 生成,参见构建文档

目录 /doc/vsd 下的文档可使用 Microsoft Office Visio 或 Microsoft Visual Studio 2013 查看。

其它详细说明见源代码目录中的说明文档以及 /doc 目录,以及以下列出的条目。

Contents(zh-CN)/主题目录

Contacts/联系方式

Copyright of this wiki

© 2014 FrankHB and wiki editors.

Except where otherwise specified explicitly, materials in this repository are licensed under following terms:

http://creativecommons.org/licenses/by-sa/4.0/

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Rules to edit this wiki

See here.

Clone this wiki locally