Difference between revisions of "Main Page"

From KlayGE
Jump to: navigation, search
 
(48 intermediate revisions by 9 users not shown)
Line 1: Line 1:
Welcome to [[KlayGE|Klay Game Engine]]'s wiki website. This wiki focus on building a knowledge base of [[KlayGE]].
+
{| border="0" cellpadding="0" cellspacing="2" style="color:#fff;background-color:#fff;"
 +
|[[File:Chinese.png|32px|link=首页]]
 +
|===
 +
|[[File:English.png|32px|link=Main Page]]
 +
|===
 +
|[[File:Russian.png|32px|link=Начало]]
 +
|}
 +
[[File:LOGO.png|right]]
 +
Welcome to [[KlayGE/en|Klay Game Engine]]'s wiki website. This wiki focus on building a knowledge base of [[KlayGE/en|KlayGE]]. To prevent spam editing, only users '''with accounts and confirmed e-mail addresses''' have the right to edit this wiki.
  
[[KlayGE]] is an open source, cross-platform game engine with plugin-based architecture. 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. KlayGE can cover platforms from the high-end to the low-end at most one year before it's release.
+
[[KlayGE/en|KlayGE]] is an open source, [[Platforms|cross-platform]] game engine with plugin-based architecture. The explicit goal of [[KlayGE/en|KlayGE]] is to arm your engine with cutting-edge technology. It provides a framework to make game development, testing, porting as simple as possible.  
  
 
== Introduction ==
 
== Introduction ==
* [[Licensing]]
+
* [http://www.klayge.org/licensing/ Licensing]
 +
* [[Download]]
 +
* [[System requirements]]
 
* [[Installation]]
 
* [[Installation]]
* [[Third-party Libraries and Tools]]
+
* [[Third-party libraries and tools]]
 
* [[History]]
 
* [[History]]
* [[Directory Structure]]
+
* [[FAQ]]
* [[Compilers Tested]]
+
* [[Programming guide]]
 +
* [[:Category:Knowledge base|Knowledge base]]
 +
 
 +
== Distinguishing techniques ==
 +
These are [[KlayGE/en|KlayGE]]'s original distinguishing techniques
 +
* [[Effect system]]: Cross platform rendering effect system.
 +
* [[Juda texture/en|Juda Texture]]: A Tera-texel texture system.
 +
* [[Font system]]: Have both benefits from vector font and bitmap font.
 +
* [[glloader/en|glloader]]: Load all supported OpenGL extensions automatically. Can fix some old drivers' compatibility problems.
 +
* [[HDR compression]]: 18bpp, high-quality HDR compression. Works with almost every GPUs.
  
 
== Samples ==
 
== Samples ==
[[KlayGE]] contains dozens of [[Samples|sample programs]] to show various kinds of features.
+
[[KlayGE/en|KlayGE]] contains dozens of [[Samples|sample programs]] to show various kinds of features.
 +
 
 +
== Toolset ==
 +
[[KlayGE/en|KlayGE]] has a [[toolset]] for developing and data processing.
  
 
== Future ==
 
== Future ==
Any wish to [[KlayGE]]'s future? Just request it in [[Wishlist]].
+
Any wish to [[KlayGE/en|KlayGE]]'s future? Just request it in [[wishlist]].
  
== Subproject ==
+
== Subprojects ==
[[KlayGE]] has some independent subprojects. They can be used without including [[KlayGE]] itself.
+
[[KlayGE/en|KlayGE]] has some independent subprojects. They can be used without including [[KlayGE/en|KlayGE]] itself.
* [[glloader]]
+
* [[DXBC2GLSL/en|DXBC2GLSL]]
 +
* [[glloader/en|glloader]]
 +
* [[KFL/en|KFL]]
 +
* [[kfont/en|kfont]]
 +
* [[MeshMLLib/en|MeshMLLib]]
  
 +
[[ru:Начало]]
 
[[zh:首页]]
 
[[zh:首页]]

Latest revision as of 01:27, 29 June 2015

Chinese.png === English.png === Russian.png
LOGO.png

Welcome to Klay Game Engine's wiki website. This wiki focus on building a knowledge base of KlayGE. To prevent spam editing, only users with accounts and confirmed e-mail addresses have the right to edit this wiki.

KlayGE is an open source, cross-platform game engine with plugin-based architecture. 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.

Introduction

Distinguishing techniques

These are KlayGE's original distinguishing techniques

  • Effect system: Cross platform rendering effect system.
  • Juda Texture: A Tera-texel texture system.
  • Font system: Have both benefits from vector font and bitmap font.
  • glloader: Load all supported OpenGL extensions automatically. Can fix some old drivers' compatibility problems.
  • HDR compression: 18bpp, high-quality HDR compression. Works with almost every GPUs.

Samples

KlayGE contains dozens of sample programs to show various kinds of features.

Toolset

KlayGE has a toolset for developing and data processing.

Future

Any wish to KlayGE's future? Just request it in wishlist.

Subprojects

KlayGE has some independent subprojects. They can be used without including KlayGE itself.