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

sgrenier 062b8563e4 Added a _THIS field to the environment of private scripts, which operates similar to _G for global scripts. Private scripts can use the _THIS field to expose their interface to other scripts by doing something like: _G.myScript = _THIS 11 yıl önce
api 340accc86a Changed line endings to LF 12 yıl önce
gameplay 062b8563e4 Added a _THIS field to the environment of private scripts, which operates similar to _G for global scripts. Private scripts can use the _THIS field to expose their interface to other scripts by doing something like: _G.myScript = _THIS 11 yıl önce
gameplay.xcworkspace 982bd1fcd9 Remove longboard sample from xcode workspace. 12 yıl önce
samples e0407ca4d9 Cleaned up lua sample. 11 yıl önce
template 74b13ceea9 Fixes std::thread not working with clang compiler on Android in NDK r8/r9. 11 yıl önce
tools b365d09649 Various Mac fixes. 11 yıl önce
.gitattributes 40247a506a Updated gitattributes 12 yıl önce
.gitignore 6856c72d3c Updated .gitignore 11 yıl önce
CHANGES.md adbdae9cf9 Fixes for compiler warnings 11 yıl önce
CMakeLists.txt 8afd8e09ce Enabled C++11 on Linux 11 yıl önce
README.md a4a6e2a401 Updated bullet physics to 2.82r2704 on Linux 11 yıl önce
build.xml e7e007b613 Enabled C++11 for Android 11 yıl önce
gameplay.doxyfile 5408ca7a22 Updated the doxyfile for v2.0.0 12 yıl önce
gameplay.sln 9e452a9d4b Updated to bullet physics 2.82 on Windows. 11 yıl önce
install.bat b5161b9ab1 Updated to use the latest v3.0.0 release gameplay-deps 11 yıl önce
install.sh b5161b9ab1 Updated to use the latest v3.0.0 release gameplay-deps 11 yıl önce
newproject.bat 41dc15c6f4 Fixed missing copying of res/ui for BlackBerry samples 12 yıl önce
newproject.sh b365d09649 Various Mac fixes. 11 yıl önce

README.md

GamePlay v3.0.0

GamePlay3D is an open-source, cross-platform 3D native C++ game framework making it easy to learn and write mobile and desktop games.

gameplay3d

Supported Platforms

Roadmap for 'next' branch

License

The project is open sourced under the Apache 2.0 license.

Bug Reporting

Please log bugs under Issues on github. If you are unsure if your problem is a bug then post on the Help Forum.

Feature Requests

Please post feature requests on the Feature Request Forum. Approved feature requests will be added to the github backlog issues list.

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.