Effekseer icon indicating copy to clipboard operation
Effekseer copied to clipboard

Support for MonoGame?

Open ghost opened this issue 5 years ago • 1 comments

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.

ghost avatar Jun 06 '20 04:06 ghost

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.

durswd avatar Jun 06 '20 15:06 durswd