Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 2 and Version 3 of content/tools/ParticleUniverse


Ignore:
Timestamp:
May 21, 2015, 2:42:45 PM (9 years ago)
Author:
gpregger
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • content/tools/ParticleUniverse

    v2 v3  
    11= Particle Universe =
    22== Description ==
     3>Particle Universe is a complete system to create visually stunning particle systems for Ogre powered video games and video editting. The package consist of an editor (including C++ source) for creation of particle systems using a visual editting system, and a runtime plugin (C++) for in-game usage of the created particle system scripts. Create your own amazing effects and make use of the supplied presets and samples. The Particle Universe package includes all documentation that helps you to easily create explosions, smoke, rain, snow, blood squibs, fire and more. Take a look at the Media and learn more about the Particle Universe package in the list of Features.
    34
     5== Preparation ==
     6=== Requirements ===
     7 * Ogre3D version 1.8
     8
     9=== Additional Steps ===
     10 * As of writing this page, the plugin is compiled with orxonox from {{{src/external/particleUniverse}}}. The resulting library is placed in {{{lib}}} within the build directory. This however won't work as the plugin needs to be loaded from {{{[Ogre Build dir]/lib}}} by adding {{{particleuniverse_orxonox}}} to the line {{{ogrePlugins_}}} in orxonox.ini (like Plugin_ParticleFX and RenderSystem_GL). This should probably eventually be automated...
     11
     12 * add {{{  ../src/external/particleuniverse/include}}} to {{{src/SourceConfig.cmake}}} under {{{INCLUDE_DIRECTORIES}}}
     13
     14 * {{{#include "particleuniverse/include/ParticleUniverseSystemManager.h"}}} in source files that uses Particle Universe
     15
     16== Usage ==
     17Information concerning the usage of the plugin can be found here [[BR]] https://github.com/scrawl/particleuniverse/tree/master/Plugins/ParticleUniverse/docs
     18
     19The (windows only) editor and corresponding manual can be downloaded here [[BR]] http://www.fxpression.com/Download.html
     20
     21=== Tips ===
     22 * If you are having issues with the editor not finding certain resources set the resource paths manually in the config file and set it to read only.
     23
     24
     25== License ==
     26
     27>Particle Universe MIT License
     28
     29>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    430
    531== External links ==
    632
    7 http://www.fxpression.com/
     33https://github.com/scrawl/particleuniverse [[BR]]
     34http://www.fxpression.com/ [[BR]]
    835http://www.ogre3d.org/tikiwiki/Particle+Universe+plugin