MainPage.h 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /*!
  2. @cond GEN_REFERENCE_BOOK
  3. @mainpage cocos2d-x
  4. @image html cocos2dx_portrait.png
  5. @section sec1 About cocos2d-x
  6. cocos2d-x open source project is designed to be a cross-platform 2D game engine for building 2D games, demos and other graphical/interactive mobile applications.
  7. It runs on top of OpenGL 2.0 and OpenGL ES 2.0 and is written in C++.\n
  8. This project is based on the famous <A HREF="http://www.cocos2d-iphone.org">"cocos2d-iphone"</A> project.\n
  9. - website: http://www.cocos2d-x.org/
  10. - forum: http://forum.cocos2d-x.org/
  11. - twitter: http://twitter.com/cocos2dx/
  12. - weibo: http://weibo.com/cocos2dx/
  13. - wiki: http://wiki.cocos2d-x.org/
  14. - show cases: http://www.cocos2d-x.org/games
  15. - <A HREF="http://www.cocos2d-x.org/projects/cocos2d-x/wiki/Tutorials">Tutorials of Cocos2dxSimpleGame</A>
  16. - <A HREF="http://www.cocos2d-x.org/projects/cocos2d-x/wiki/Installation_and_First_run">Installation and First run</A>
  17. - <A HREF="http://www.cocos2d-x.org/boards/6/topics/567">FAQ</A>
  18. \n
  19. @section sec2 License
  20. Copyright (c) 2010-2012 cocos2d-x.org \n
  21. \n
  22. Permission is hereby granted, free of charge, to any person obtaining a copy \n
  23. of this software and associated documentation files (the "Software"), to deal \n
  24. in the Software without restriction, including without limitation the rights \n
  25. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell \n
  26. copies of the Software, and to permit persons to whom the Software is \n
  27. furnished to do so, subject to the following conditions: \n
  28. \n
  29. The above copyright notice and this permission notice shall be included in \n
  30. all copies or substantial portions of the Software. \n
  31. \n
  32. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR \n
  33. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \n
  34. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE \n
  35. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER \n
  36. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \n
  37. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN \n
  38. THE SOFTWARE. \n
  39. \n
  40. @section sec3 Get the source code
  41. - Stable version: \n
  42. - publish at http://download.cocos2d-x.org/
  43. - Latest code: \n
  44. - http://github.com/cocos2d/cocos2d-x/
  45. @section sec4 How to contribute
  46. - Fork our repository on github, commit your changes, and send a "pull request" to us. We will merge your contribution to master
  47. - Suggestion, bug fixes, and improvements are highly appreciated.
  48. @endcond
  49. */