gongminmin / KlayGE

KlayGE is a cross-platform open source game engine with plugin-based architecture.

Home Page:http://www.klayge.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KlayGE

GitHub release Build Status

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.

Platforms

KlayGE can be developed on those platforms, with no limitation.

  • Windows desktop
  • macOS
  • Linux

KlayGE can be deployed and run on those runtime platforms. Some of them doesn't supports all plugins. Details in 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.

Engineering Workflow

If you want contribute some code, please check Workflow of Contributing Code before submitting a patch or pull request.

Links

License

KlayGE's default license is the GNU General Public License 2.0 (See 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.

About

KlayGE is a cross-platform open source game engine with plugin-based architecture.

http://www.klayge.org

License:GNU General Public License v2.0


Languages

Language:C++ 90.0%Language:CMake 5.5%Language:C# 2.4%Language:Python 1.6%Language:Objective-C++ 0.3%Language:C 0.2%Language:HTML 0.0%