#how possible would it be to have a program outside of the godot program in the godot program as a sc

2 messages · Page 1 of 1 (latest)

pearl geyser
#

Just like EmuVr handles retroarch but with godot.

I am trying to have retro arch in a 3d screen an a environment?
My first approach are in the pictures but it does not appear on the mesh instance.

fresh ocean
#

This will not work because retroarch (and any other programs) are completely independent, and will work on their own, setting up a window and etc..., independent of Godot.

For your specific case, if you want something like retroarch on Godot, you'll have to implement a libretro frontend in Godot. This is what EmuVR does.