Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gongminmin/klayge
KlayGE is a cross-platform open source game engine with plugin-based architecture.
https://github.com/gongminmin/klayge
cross-platform d3d11 d3d12 engine engine3d game-engine graphics openal opengl opengles python
Last synced: about 1 month ago
JSON representation
KlayGE is a cross-platform open source game engine with plugin-based architecture.
- Host: GitHub
- URL: https://github.com/gongminmin/klayge
- Owner: gongminmin
- License: gpl-2.0
- Created: 2015-03-21T04:34:57.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-06T02:57:14.000Z (2 months ago)
- Last Synced: 2024-10-12T18:01:36.236Z (about 1 month ago)
- Topics: cross-platform, d3d11, d3d12, engine, engine3d, game-engine, graphics, openal, opengl, opengles, python
- Language: C++
- Homepage: http://www.klayge.org
- Size: 63.9 MB
- Stars: 2,074
- Watchers: 174
- Forks: 351
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KlayGE
[![GitHub release](https://img.shields.io/badge/release-v4.17.0-blue.svg)](https://github.com/gongminmin/KlayGE/releases/latest)
[![Build Status](https://gongminmin.visualstudio.com/KlayGE/_apis/build/status/CI?branchName=develop)](https://gongminmin.visualstudio.com/KlayGE/_build/latest?definitionId=3&branchName=develop)KlayGE is a cross-platform open source game engine with plugin-based architecture. It's started since 2003. The explicit goal of KlayGE is: to arm your engine with cutting-edge technology. It provides a framework to make game development, testing, porting as simple as possible.
# Getting started
Before compiling KlayGE, Python 3.6+ and CMake 3.16+ must be installed first. Then you can run Build.py to build the whole code base. For details, please see [Installation](http://www.klayge.org/wiki/index.php/Installation).# Platforms
KlayGE can be developed on those platforms, with no limitation.
* Windows desktop
* macOS
* LinuxKlayGE can be deployed and run on those runtime platforms. Some of them doesn't supports all plugins. Details in [Platforms](http://www.klayge.org/wiki/index.php/Platforms)
* Windows desktop
* Windows store
* Android
* Linux
* macOS
* iOS# Contribute
As an open source project, KlayGE benefits greatly from both the volunteer work of helpful developers and good bug reports made by users.## Bug Reports & Feature Requests
If you've noticed a bug or have an idea that you'd like to see come real, why not work on it? Bug reports and feature requests are typically submitted to the [issue tracker](https://github.com/gongminmin/KlayGE/issues).## Engineering Workflow
If you want contribute some code, please check [Workflow of Contributing Code](http://www.klayge.org/wiki/index.php/Workflow_of_contributing_code) before submitting a patch or pull request.# Links
* Website: http://www.klayge.org
* Wiki: http://www.klayge.org/wiki# License
KlayGE's default license is the GNU General Public License 2.0 (See [LICENSE](./LICENSE)). In other words, anyone can use it and access to its source code, as long as the project which uses KlayGE must be released under GPL 2.0 license.
KlayGE dependents on several external libraries. They are distributed under their own terms. See [LICENSE-External](./LICENSE-External.md).