ZFX-Community-Engine Version 0.3.0 released
-
Das Team der ZFX-Community-Engine hat Version 0.3.0 released. Mehr dazu unter :
https://sourceforge.net/projects/zfxce/MfG Kimmi
-
Es waere durchaus nett dazu hier ein wenig zu lesen statt nur nen werbelink zu sehen
-
Sorry, natürlich :-). War schon spät, deswegen:
Global:
-------
- The complete engine is compiled as a dll / *.so
- Common resources like test models and textures are part of the repository
- More third party libs are part of the ZFX-Community-Engine
- Many many bugfixesBuild enviroment:
-----------------
- Visual C++ 8.0 support
- New scons build framework
- Automake support removed
- VC 7.0 support removedCore:
-----
- New syntax analysis tools with better performance available
- Basic tokenizer helper class
- New cofiguration framework, not yet integrated into the basic framework
- New Basic interface for reference counting, supports a basic garbage collection
- New module and plugin subsystem, encapsulates the SDL interfaces for dll / so access
- New argument parser helper class to simplify argument parsing
- New OS-utility helper class
- New smart-pointer-template
- New singleton templateLogging:
--------
- Use of logging module for report ZFXCE specific stuff
- Debug stuff use logging module for report errors and dbug infosGeometry:
---------
- BSP-loader works, bezier patches are supported
- New Obj-model-format-loader
- Experimental 3DS-format-loader, not yet integrated into resource framework
- New shape creation subsystem for primitive creation like spheres, cubes, empty meshes etc.Math:
-----
- AABB support
- Vector classes are implemented as templates
- Removed obselete implementations
- Quaternion supports FPS-cameraScripting:
----------
- New config support by lua-scripting
- Lua lib supported in contributed third-party softwareRenderer OpenGL:
----------------
- Lightning support (very basic)Renderer D3D9:
--------------
- Lightning support (very basic)
- Dump of graphic device to logfileScenegraph:
-----------
- User interface much simpler
- New rendering handler framework in scenegraph used
- New spatial subsystem
- New transform node support
- DOF-node add to support explicit rigid body animations, rotation animator supportedSerialize:
----------
- New imagelib support, experimental and not integrated into framework, planned for 0.3.1Virtual File System:
--------------------
- New file access interface
- New directory access
- New mounting point framework add, not integrated into framework
- Removed deprecated implementations of scratch filesystem and obselete codesTesting:
--------
- New testsuites for core, VFS, geometry, scenegraph, renderer, math, scripting, serialize and many
more
- Cppunit library is part of the ZFX-Community-cntribution code baseDemos:
------
- Apptest shows simple usage of the engine
- Q3Level-loader supports new quaternion base first person camera
- Meshloader demoMfG Kimmi