mirror of https://github.com/axmolengine/axmol.git
54 lines
2.1 KiB
C
54 lines
2.1 KiB
C
/*!
|
|
@cond GEN_REFERENCE_BOOK
|
|
|
|
@mainpage axmol
|
|
|
|
@image html axmol_portrait.png
|
|
|
|
@section sec1 About axmol
|
|
axmol is a open source project is designed to be a cross-platform 2D game engine for building 2D games, demos and other graphical/interactive mobile applications.
|
|
It runs on top of OpenGL 3.3(ES 2.0)/Metal and is written in C++.\n
|
|
This project is a fork of <A HREF="https://github.com/cocos2d/cocos2d-x">"cocos2d-x-4.0"</A>.\n
|
|
|
|
- website: https://axmol.dev/
|
|
|
|
- <A HREF="https://github.com/axmolengine/axmol/issues">FAQ</A>
|
|
|
|
\n
|
|
|
|
@section sec2 License
|
|
Copyright (c) 2010-2012 cocos2d-x.org \n
|
|
Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. \n
|
|
Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). \n
|
|
\n
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy \n
|
|
of this software and associated documentation files (the "Software"), to deal \n
|
|
in the Software without restriction, including without limitation the rights \n
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell \n
|
|
copies of the Software, and to permit persons to whom the Software is \n
|
|
furnished to do so, subject to the following conditions: \n
|
|
\n
|
|
The above copyright notice and this permission notice shall be included in \n
|
|
all copies or substantial portions of the Software. \n
|
|
\n
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR \n
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \n
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE \n
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER \n
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \n
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN \n
|
|
THE SOFTWARE. \n
|
|
\n
|
|
|
|
@section sec3 Get the source code
|
|
|
|
- Latest code: \n
|
|
- https://github.com/axmolengine/axmol
|
|
|
|
@section sec4 How to contribute
|
|
- Fork our repository on github, commit your changes, and send a "pull request" to us. We will merge your contribution to dev
|
|
- Suggestion, bug fixes, and improvements are highly appreciated.
|
|
|
|
@endcond
|
|
*/
|