Skip to content

Commit

Permalink
Merge pull request #4 from seanpaultaylor/master
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
seanpaultaylor committed Nov 4, 2011
2 parents 754d7d2 + cc52514 commit 1367a30
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions README.md
Original file line number Original file line Diff line number Diff line change
@@ -1,15 +1,12 @@
GamePlay v1.0.1 ## GamePlay v1.0.1
---------------
GamePlay is a open-source, cross-platform 3D native gaming framework making it easy to learn and write mobile and desktop games. GamePlay is a open-source, cross-platform 3D native gaming framework making it easy to learn and write mobile and desktop games.


Supported platforms ## Supported Platforms
-------------------
- Microsoft Windows 7 (using Microsoft Visual Studio 2010) - Microsoft Windows 7 (using Microsoft Visual Studio 2010)
* Requires OpenAL 1.1 (http://connect.creativelabs.com/openal/Downloads/Forms/AllItems.aspx) * Requires OpenAL 1.1 (http://connect.creativelabs.com/openal/Downloads/Forms/AllItems.aspx)
- BlackBerry PlayBook 1.0/2.0 (using BlackBerry Native SDK 1.0) - BlackBerry PlayBook 1.0/2.0 (using BlackBerry Native SDK 1.0)


Roadmap ## Roadmap
-------
- Apple Mac OS X support (using XCode 4.0) - Apple Mac OS X support (using XCode 4.0)
- Physics support with Bullet Physics - Physics support with Bullet Physics
- Encoded audio support with Ogg Vorbis - Encoded audio support with Ogg Vorbis
Expand All @@ -18,3 +15,18 @@ Roadmap
- Spatial Partitioning with Octree (Visibility Testing and Light Determination) - Spatial Partitioning with Octree (Visibility Testing and Light Determination)
- UI Forms - UI Forms


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

## Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit 1367a30

Please sign in to comment.