This is the Effekseer's runtime plugin for Godot Engine.
You will be able to show the effects that was created with Effekseer.
Godot Engine向けEffekseerプラグインです。
Effekseerで作成したエフェクトをGodot Engine 3.xで表示することができます。
git clone https://github.com/effekseer/EffekseerForGodot3 --recursive
pip install scons
Execute python3 Dev/Cpp/build.py platform=windows
brew install scons
Execute python3 Dev/Cpp/build.py platform=osx
Execute python3 Dev/Cpp/build.py platform=ios
Execute python3 Dev/Cpp/build.py platform=android
apt install scons
apt install gcc-multilib g++-multilib
Execute python3 Dev/Cpp/build.py platform=linux
Create an effekseer build environment.
mkdir Dev/Effekseer/build
cd Dev/Effekseer/build
cmake -DBUILD_VIEWER=ON -DBUILD_EDITOR=ON ..
Uses Visual Studio 2017 or later, to open and build the following solution file.
Uses Godot Engine 3.x, to open the following project file.