|
|
@@ -1,8 +1,14 @@
|
|
|
## gameplay v1.5.0
|
|
|
-An open-source, cross-platform 3D native C++ game framework making it easy to learn and write mobile and desktop games.
|
|
|
+Gameplay3D is an open-source, cross-platform 3D native C++ game framework making it easy to learn and write mobile and desktop games.
|
|
|
+
|
|
|
+- [Website](http://www.gameplay3d.org/)
|
|
|
+- [Forums](http://www.gameplay3d.org/forums/)
|
|
|
+- [Documentation](http://www.gameplay3d.org/docs.php)
|
|
|
+- [API Reference](http://www.gameplay3d.org/api.php)
|
|
|
+- [Wiki](https://github.com/blackberry/GamePlay/wiki)
|
|
|
|
|
|
## Supported Mobile Platforms
|
|
|
-- BlackBerry 10 and PlayBook 2.0 (using BlackBerry Native SDK)
|
|
|
+- BlackBerry 10 and PlayBook 2.0 (using [BlackBerry Native SDK](http://developer.blackberry.com/native/))
|
|
|
- Apple iOS 5.1 (using Apple XCode 4.3.2)
|
|
|
- Google Android 2.3+ (using Google Android NDK, SDK API level 9+)
|
|
|
|
|
|
@@ -12,18 +18,18 @@ An open-source, cross-platform 3D native C++ game framework making it easy to le
|
|
|
- Linux (using CMake or CodeBlocks 10)
|
|
|
|
|
|
## Roadmap for 'next' branch
|
|
|
-- AI Pathfinding
|
|
|
-- Terrain and Water
|
|
|
-- Asset Pipeline improvements
|
|
|
+- [Version 1.6.0 Milestone](https://github.com/blackberry/GamePlay/issues?milestone=3)
|
|
|
+- [Version 1.7.0 Milestone](https://github.com/blackberry/GamePlay/issues?milestone=4)
|
|
|
|
|
|
## License
|
|
|
-The project is open sourced under the Apache 2.0 license.
|
|
|
+The project is open sourced under the [Apache 2.0 license](http://www.tldrlegal.com/license/apache-license-2.0-%28apache-2.0%29).
|
|
|
+
|
|
|
+## Bug Reporting
|
|
|
+Please log bugs under [Issues](https://github.com/blackberry/GamePlay/issues) on github.
|
|
|
+If you are unsure if your problem is a bug then post on the [Help Forum](http://www.gameplay3d.org/forums/viewforum.php?f=3).
|
|
|
|
|
|
-## Bug Reporting and Feature Requests
|
|
|
-If you find a bug in a Sample, or have an enhancement request, simply file an
|
|
|
-[Issue](https://github.com/blackberry/GamePlay/issues) and send a message (via github messages)
|
|
|
-to the Committers to the project to let them know that you have filed
|
|
|
-an [Issue](https://github.com/blackberry/GamePlay/issues).
|
|
|
+## Feature Requests
|
|
|
+Please post feature requests on the [Feature Request Forum](http://www.gameplay3d.org/forums/viewforum.php?f=4). Approved feature requests will be added to the github issues list.
|
|
|
|
|
|
## Disclaimer
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|