#3d #game-engine #framework #cpp #gamedev #opengl #vulkan #engine

Adam Blake 1d4f0e6eff Renaming Doxygen config file. 14 年之前
gameplay 809ed11be9 Font optimizations and refactoring. Enabling mipmapping when generating font textures. 14 年之前
gameplay-encoder c4b4aac6fd Merging with next 14 年之前
gameplay-tutorials 3488ce8d78 Minor update to sample01-longboard uniform and varying names to follow the naming conventions from stock materials. 14 年之前
gameplay.xcworkspace c4b4aac6fd Merging with next 14 年之前
.gitignore f81631ed7c Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-cculy 14 年之前
README.md a8a007da9f Updated README.md 14 年之前
gameplay-api.doxyfile b3521eb0df Minor changes to Doxygen config. 14 年之前
gameplay.doxyfile 1d4f0e6eff Renaming Doxygen config file. 14 年之前
gameplay.sln f81631ed7c Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-cculy 14 年之前

README.md

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.

Supported Platforms

Roadmap

  • Apple Mac OS X support (using XCode 4.0)
  • Physics support with Bullet Physics
  • Encoded audio support with Ogg Vorbis
  • FrameBuffer's (RenderTarget + DepthStencilTarget)
  • Shadow and Light map generation.
  • Spatial Partitioning with Octree (Visibility Testing and Light Determination)
  • UI Forms

Bug Reporting and Feature Requests

If you find a bug in a Sample, or have an enhancement request, simply file an Issue and send a message (via github messages) to the Committers to the project to let them know that you have filed an Issue.

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.