Run panda in a c# window?

Hi everyone,
I’m very new to Panda3d but very impressed so far!

I’m coming from a programming background with most recent experience in c#. (Not an expert by far.) My interest is in making game content creation tools.

Is it possible to spawn a panda process to run in a window from my .net c# level editor? This may be more a .net/c# question than a panda question, but I’m wondering if anyone has done this?

Thanks for any input :slight_smile:

Hey, welcome to the forums! :slight_smile:

If you can get the window HWND, you can tell Panda3D to create a window inside that window.
Search the forums for setParentWindow.

Thank you so much! I will search setParentWindow.

A quick google tells me that people have gotten an hwnd from their form in c#, so it sounds like this might be easy - great!

Thanks again for your welcome and quick response!