Skip to content
FrankHB edited this page Apr 27, 2015 · 39 revisions

About/概要

The YSLib Project is a project of platform-neutral framework consists of several multi-licensed open source libraries. It is aiming to develop native applications in a naturally cross-platform manner.

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 .)

It is currently in PreAlpha state. API may be not stable and ABI compatibility may not be retained between releases. See here(zh-CN) for releases.

YSLib 项目是一个提供多个开源库组成的平台中立框架的项目,主要致力于以自然的方式开发跨平台本机应用。

使用的许可证见源代码目录中的 LICENSE.TXT 。

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

当前为 PreAlpha 状态。 API 可能不稳定,发布版本之间的 ABI 可能不兼容。已发布版本看这里

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)
  • Linux32 (i686-linux-gnu)
  • Linux64 (x86_64-linux-gnu)

Documentation/文档

Documentation in the YSLib project/YSLib 项目中的文档

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 目录,以及以下列出的条目。

About this wiki/关于本 wiki

This wiki is a project related to the YSLib project. They are currently the only two members in the same project group, each has separated repository. Both common documentation for the project group and general user documentation for the YSLib project are dominated by this wiki. Documentation in the YSLib project is mainly for maintainers. They are bidirectionally referenced, namely the content of this wiki may be refenenced in the YSLib project and vice versa.

Unless otherwise specified, the content of this wiki is fit for the current last master branch revision (i.e. the revision tip of master branch in the repository).

See here for rules to edit this wiki.

It is intended to reference every pages of this wiki in this page.

本 wiki 是和 YSLib 项目关联的项目。本 wiki 和 YSLib 项目组成了同一个项目组当前仅有的两个成员,每个项目都有单独的版本库。项目组的公共文档及 YSLib 的一般用户文档主要由本 wiki 提供。 YSLib 项目中的文档主要面向维护者。两者的文档构成双向引用,即 YSLib 项目可能引用本 wiki 的内容,反之亦然。

除非另行约定,本 wiki 的内容适合当前最新的主分支版本(即版本库 master 分支标识为 tip 的版本)。

编辑本 wiki 的规则参见这里(en-US)

本页面有意引用所有本 wiki 的所有页面。

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.

Clone this wiki locally