Difference between revisions of "Wishlist"

From KlayGE
Jump to: navigation, search
m (add link)
 
(4 intermediate revisions by 2 users not shown)
Line 5: Line 5:
  
 
== The wish list ==
 
== The wish list ==
 +
 +
=== Support of pose animation ===
 +
'''Requester: cin'''
 +
 +
Add support of pose animation (vertex and normal with any weight).
 +
Example: We have original model and and two "shots" with different positions of some vertex. In model we have "animation track" which contains weights on different time. When engine play the track, it get interpolated weight and compute new vertexes positions relative by original. Also interpolated normals. (May be this need do more better than I wrote :)
  
 
=== Integrate physics System ===
 
=== Integrate physics System ===
Line 27: Line 33:
  
 
Integrate a HTML5 renderer so that the UI system can be presented by HTML5.
 
Integrate a HTML5 renderer so that the UI system can be presented by HTML5.
 
=== Terrain rendering ===
 
 
Large scale terrain rendering.
 
  
 
=== Get rid of DirectShow ===
 
=== Get rid of DirectShow ===
Line 40: Line 42:
  
 
Physics simulation, basic linear algebra with GPGPU.
 
Physics simulation, basic linear algebra with GPGPU.
 
=== Realtime global illumination ===
 
'''Requester: Ye Wu'''
 
 
[[Global illumination]] in realtime. Shadow, refraction, reflection, translucency and bounces are supported.
 
  
 
=== Powerful memory manager ===
 
=== Powerful memory manager ===
Line 71: Line 68:
 
Support hardware [[tessellation]] on D3D11/D3D10 (ATI), shader based tessellation on D3D9/OpenGL. (D3D11 tessellator is supported)
 
Support hardware [[tessellation]] on D3D11/D3D10 (ATI), shader based tessellation on D3D9/OpenGL. (D3D11 tessellator is supported)
  
=== Mobile support ===
+
=== Realtime global illumination ===
 
+
'''Requester: Ye Wu'''
OpenGL ES 2.0 plugin and D3D mobile plugin. (OpenGL ES 2.0 plugin is done)
+
  
 +
[[Global illumination]] in realtime. Shadow, refraction, reflection, translucency and bounces are supported. (Shadow and one bounce are done)
  
  
Line 81: Line 78:
 
=== Deferred shading ===
 
=== Deferred shading ===
  
[[Deferred shading]] based rendering with anti-alias and transparency. (showed as a [[Samples#Deferred Rendering|sample]] in [[KlayGE]] 3.8.0)
+
[[Deferred rendering|Deferred shading]] based rendering with anti-alias and transparency. (showed as a [[Samples#Deferred Rendering|sample]] in [[KlayGE]] 3.8.0)
  
 
=== Depth peeling ===
 
=== Depth peeling ===
Line 89: Line 86:
 
=== Screen space ambient occlusion ===
 
=== Screen space ambient occlusion ===
  
Use [[SSAO]] to add details in dark places. (showed as a [[Samples#Deferred Rendering|sample]] in [[KlayGE]] 3.8.0)
+
Use SSAO to add details in dark places. (showed as a [[Samples#Deferred Rendering|sample]] in [[KlayGE]] 3.8.0)
 +
 
 +
=== Mobile support ===
 +
 
 +
OpenGL ES 2.0 plugin and D3D mobile plugin.
 +
 
 +
=== Terrain rendering ===
 +
 
 +
Large scale terrain rendering.
  
 
[[zh:愿望列表]]
 
[[zh:愿望列表]]

Latest revision as of 01:47, 12 May 2014

This is a list of suggested additions for the further versions of KlayGE.

This list is intended as a stimulus to further work. Some of the items on this list already have one or more concrete proposals associated with them, others are vague hopes, and most are somewhere in between. Similarly, the scope of these items extend from minor changes in an existing interface to major research projects.


The wish list

Support of pose animation

Requester: cin

Add support of pose animation (vertex and normal with any weight). Example: We have original model and and two "shots" with different positions of some vertex. In model we have "animation track" which contains weights on different time. When engine play the track, it get interpolated weight and compute new vertexes positions relative by original. Also interpolated normals. (May be this need do more better than I wrote :)

Integrate physics System

Requester: cin

Add support physics engine (PhysX, Newton, Bullet, Tokamak, ODE)

Integrate modern GUI System

Requester: cin

Need use more progressive GUI system as plugin. MyGUI is good choice.

Vector texture mapping

Support texture stores vectors in texels. A font engine can be built on top of it.

Software rendering plugin

D3D10-like software rendering plugin. Support all parts in D3D10+ with pure software.

HTML5 based UI system

Integrate a HTML5 renderer so that the UI system can be presented by HTML5.

Get rid of DirectShow

Replay video/audio without DirectShow. One option is take .ogm as container format, Theora as video codec, and Vorbis as audio codec. Subtitle is also supported.

Physics & math on GPU

Requester: Ye Wu

Physics simulation, basic linear algebra with GPGPU.

Powerful memory manager

Support memory allocation/deallocation cross DLL boundaries, leak detection, and pool. Better to be Lock-free or wait-free.

GPU audio process

Process audio (3D, effect) by GPU and send raw data to audio card.

Command buffer recording and replaying

Capture all DX/OGL API calls in a thread and replay the buffer in other threads.

Realtime Catmull-Clark Subdivision

Requester:Bo Zhou

Implement the GPU subdivision algorithm in Approximating Catmull-Clark Subdivision Surfaces with Bicubic Patches.


On going

GPU based tessellator

Support hardware tessellation on D3D11/D3D10 (ATI), shader based tessellation on D3D9/OpenGL. (D3D11 tessellator is supported)

Realtime global illumination

Requester: Ye Wu

Global illumination in realtime. Shadow, refraction, reflection, translucency and bounces are supported. (Shadow and one bounce are done)


Accomplished

Deferred shading

Deferred shading based rendering with anti-alias and transparency. (showed as a sample in KlayGE 3.8.0)

Depth peeling

Order-independent transparency. (showed as a sample in KlayGE 3.7.0)

Screen space ambient occlusion

Use SSAO to add details in dark places. (showed as a sample in KlayGE 3.8.0)

Mobile support

OpenGL ES 2.0 plugin and D3D mobile plugin.

Terrain rendering

Large scale terrain rendering.