Dev:Source/GameEngine/Projects

提供: wiki
移動先: 案内検索

Current Projects

GameKit based on Ogre, Irrlicht, Bullet, bParse and readblend

The goal of this GameKit project is to create a standalone game player, fully under the ZLib/MIT/BSD style license (no (L)GPL).

The bParse and readblend library can directly read and extract any data from .blend files, including graphics meshes, embedded texture images, armatures with skeletal animation, rigid body, soft body and constraint information. readblend is an alternative to writing python export scripts. The Ogre work was formerly known as Echo, by Charlie/snailrose.

Various options for rendering are available, including Ogre, Irrlicht for PC/Linux/Mac and Oolong Engine for iPhone.

Branches

Decklink branch

Description: A branch to bring realtime video capture and compositing based on BlackMagicDesign boards to the BGE. Integrated in VideoTexture.
Authors: ben2610
Status: Ready to merge. The API documentation is up to date in the branch. There is also an older document with design details: ファイル:Manual-BGE-VIdeoTexture-Decklink-API.pdf. The branch is planned to merge in 2.76 or 2.77
Link: List of features

Candy branch

Description: A branch with realtime SSS, area lamps, logic brick link highlighting and mipmaps. BA thread.
Authors: Mokazon and Martinsh
Status: probably defunct, there is no response from the authors since at least 2013. Some of the features are in master already, but the area lamps are not and seem to be a popular feature.
Link: svn

Harmony Phase I

Description: The purpose of the Harmony project is to improve the Blender Game Engine’s rendering of light and shadows. The first phase of improvements will focus on the rendering and use of shadows. The scope of this phase includes a revised shadow panel, point light shadows, variance shadow maps, shadow cookies, and shadow color. See proposal.
Authors: Kupoman and Moguri
Status: merged into master

Harmony Phase II

Description: The purpose of the Harmony project is to improve the Blender Game Engine’s rendering of light and shadows. The second phase of improvements will focus on improvements to the rendering pipeline. The scope of this phase will include a prepass system for generating information buffers, a light clean up of the current 2D filter system, anti-aliasing for the embedded player, and basic high dynamic range (HDR) rendering. See proposal.
Authors: Kupoman and Moguri
Status: ???
Link: git

Hardware Skinning

Description: A branch implementing mesh animation with skeletons with vertex computations in GPU instead of software/CPU.
Authors: Moguri
Status: some optimizations were already merged, the rest is being cleaned up
Link: git

Cleanup Branch

Description: Agoose's personal branch for BGE cleanup.
Authors: Agoose77
Status: being worked on
Link: git

Finished Projects

Logic editing

Several logic improvements.

New constraints-based IK solver for armature animation

Project by ben2610 in collaboration with the University of Leuven to integrate new Inverse Kinematics algorithms in Blender and the BGE. The algorithms are developped in the Department of Mechanical Engineering of the University of Leuven. Blender has been selected as the best platform for spreading the knowledge acquired in the Departement. Primarly designed for robots, the algorithms should fit well in Blender, providing a more consistent handling of constraints and producing faster and more natural animation.

Python API Clean Up

ben2610, cyborg_ar, Ideasman42 and Moguri are working on cleaning up the BGE Python API

Fisheye (Dome) Camera

! done ! dfelinto is working on implementing a fisheye camera solution for Planetariums and Dome projects.

Bullet Soft Body

The Blender 2.48 game engine will feature Bullet soft body simulation, for cloth and volumetric soft bodies. Soft bodies collide and interact with dynamic objects such as rigid bodies. Constraints are also possible. More...

2D Filters

Several 2D post processing effects for BGE.

Video Texture

Project by ben2610 to get video textures in BGE, also with viewport to texture and render to texture.


Defunct / Previous Projects

External Engine Interface

The main goal of this is making a clean API for embedding external Game/Render Engine. Make able to use blender as general game/interactive environment application developer tool with custom or existing open source engines. The usual developing method is making models with a modeler and than build level or environment with custom program. Blender Game Engine still enable for us to join model and environment building, but the game engine has limited features and blender's main mission is to be a modeler not a game engine (I mean the programmer power is concentrating on modeler/renderer feature implementations ). Also there are several open source graphics/game engines, what are often suffers lack of level editor tools. This project wants to enable engine developers to use blender as a general real-time editor.

Hierarchical Nodal Logic and Scripting Enhancements for Blender 2.5

This project (on hold since early 2010!) is the second phase of the Robotic project funded by the University of Leuven. The goal is to create a Node based GUI for developping interactive applications in the game engine. Coupled to that, an enhanced Python scripting framework will allow easy creation of custom nodes and access to all game engine features.

BlendX, blender game engine rewrite/plugin

The goal is to rewrite the current BGE by replicating most of it's current features and adding more features found in todays up to date 3d engines. Such features are, full screen post processing, true bone animation, advanced dynamics system (physics/collision/particles, including real rag dolls) and real-time shadows. Also the current logics system will be replaced with a similar, but more organized and advanced logics system.

Web Plugin

The goal is to rewrite the Blender Web Plugin, supporting most web browsers in the market.

blender2crystal

A Blender python plugin that allows you to export, import and run content for the CrystalSpace 3d engine, edit game properties for CEL, and create full scripting games using cel python or xml.

Echo-Plugin

OGRE/bullet integration for blender game engine. This work has been revived and included in the GameKit project.