Effekseer
Effekseer copied to clipboard
Support for MonoGame?
I'd love to see support for MonoGame. I am willing to write a plugin myself if need be. I've been looking through all of the plugins for how to get started.
MonoGame (on Windows) runs on DirectX / OpenGL. Is it just a matter of simply wrapping a C++ DLL in C#? Or is there something else required?
A pointer for how to get started writing this myself would be greatly appreciated.
Please see this repository.
https://github.com/effekseer/EffekseerForMultiLanguages
It wraps a C++ and contains C# and Java codes. This is under developing and I don't have enough time to develop it.
It runs on libGDX (Java library)
Rest tasks are written in issue. PR is welcome.