Demigiant / dotween

A Unity C# animation engine. HOTween v2
http://dotween.demigiant.com
Other
2.34k stars 351 forks source link

Do you have any plan for implementation to Godot? #299

Open Dentrax opened 5 years ago

Dentrax commented 5 years ago

Hey,

@Demigiant Do you have any plan for implement this awesome Tweener to Godot Engine? I think that game engine which is developing and rising, needs something great Tween engine like this. What do you think? :)

lordlycastle commented 4 years ago

Godot is in Rust and very small community. Difficult to monetize, this is a lot of work. Unless there's a sponsor program, it's unlikely.

Dentrax commented 4 years ago

@lordlycastle It's C++. Small but growing community. :)

Demigiant commented 4 years ago

I wanted to answer this sooner but didn't know exactly what to say, so I postponed it a little and then it became a lot. I have honestly no plans, both because I don't know C++ well enough to make an efficient tween engine and because maintaining the Unity C# version already takes me a looot of time :B

lordlycastle commented 4 years ago

@Dentrax oh yeah. Was thinking of another engine. Amethyst Game Engine.

Writing in C++ is pain of the highest order... also idk how it integrates with Godot Script. Can't you also use other languages in that engine like C#? So adding support for all will be even more trouble. They also don't have many paying customer I imagine as that is one of the reasons to use it (and another being it works on Linux), so making no money while spending a lot of time will be not fun.

TinyMatt commented 4 months ago

With the recent uptake in Godot usage and the fairly good support of C# will this by reconsidered at any point?