Difference between revisions of "Wishlist"
Gongminmin (Talk | contribs) m (8个修订) |
Gongminmin (Talk | contribs) (→UI editor) |
||
Line 13: | Line 13: | ||
D3D10-like software rendering plugin. Support all parts in D3D10+ with pure software. | D3D10-like software rendering plugin. Support all parts in D3D10+ with pure software. | ||
− | === UI | + | === HTML5 based UI system === |
− | + | Integrate a HTML5 renderer so that the UI system can be presented by HTML5. | |
=== Terrain rendering === | === Terrain rendering === |
Revision as of 05:52, 28 April 2011
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.
Contents
- 1 The wish list
- 1.1 Vector texture mapping
- 1.2 Software rendering plugin
- 1.3 HTML5 based UI system
- 1.4 Terrain rendering
- 1.5 Get rid of DirectShow
- 1.6 Physics & math on GPU
- 1.7 Realtime global illumination
- 1.8 Powerful memory manager
- 1.9 GPU audio process
- 1.10 Command buffer recording and replaying
- 1.11 Realtime Catmull-Clark Subdivision
- 2 On going
- 3 Accomplished
The wish list
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.
Terrain rendering
Large scale terrain rendering.
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.
Realtime global illumination
Requester: Ye Wu
Global illumination in realtime. Shadow, refraction, reflection, translucency and bounces are supported.
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)
Mobile support
OpenGL ES 2.0 plugin and D3D mobile plugin. (OpenGL ES 2.0 plugin is 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)