How do I embed godot engine into my WinForm / WPF application?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By javawoo

I simply want to make game tools with Godot engine, so that my game and tool visually consistent.

If it is not possible, any other recommendations for making game tools?

:bust_in_silhouette: Reply From: Calinou

Godot can’t be used as a subview on WinForms/WPF, which means you will have to use a libray that’s intended to be used as a pure rendering engine instead. I can’t make recommendations as I haven’t used any of them, though.