Nebula Device News Core Engine

Core Engine

These are the low-level modules that provide the basic services used by the rest of the framework. The Zombie Engine makes use of a significant part of the core modules modules in nebula2, such as: kernel, file and resource management, graphics, particles, character, audio and video, lua and python scripting, and other utility modules. The source code for these modules can be found in the code/nebula2/ path in the zombie distribution.Along with these, a few other modules have been derived from existing modules in the open source nebula2, but their architecture has been changed or extended in significant ways, although they still make extensive use of the contribution from the original nebula2 modules. These are the application, scene, animation, and spatial modules.

Finally, some basic modules have been created from scratch to extend the core system provided by nebula2, and to provide the remaining building blocks required by the exporter, editor and game frameworks. These modules are entity, material, terrain, physics, network, sound and music, and class scripting.

Regardless of their origin, all of these modules will be called Zombie Core, for the sake of this documentation.

The modules included in the nebula2-based Core provide the following set of utilities and features. For more information on nebula2 modules, please refer to the nebula2 open source documentation (http://nebuladevice.cubik.org/documentation/nebula2/index.shtml).

Related Post