effekseer / EffekseerForGodot4

MIT License
61 stars 5 forks source link

EffekseerForGodot4

Overview

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 4.xで表示することができます。

Documents (How to use it)

How to develop the plugin

Clone the repository

git clone https://github.com/effekseer/EffekseerForGodot4 --recursive

Build binaries

Windows

Execute python3 Dev/Cpp/build.py platform=windows

macOS, iOS

Execute python3 Dev/Cpp/build.py platform=osx Execute python3 Dev/Cpp/build.py platform=ios

Android

Execute python3 Dev/Cpp/build.py platform=android

Linux

Execute python3 Dev/Cpp/build.py platform=linux

Edit native codes

Windows

Create an effekseer build environment.

mkdir Dev/Effekseer/build
cd Dev/Effekseer/build
cmake -DBUILD_VIEWER=ON -DBUILD_EDITOR=ON .. 

Uses Visual Studio 2019 or later, to open and build the following solution file.

Run by Godot Engine

Uses Godot Engine 4.x, to open the following project file.