It is possible to spawn a morphic world from a GT menu. However, it tries to embed a morphic world inside of the bloc element in a hacky way. Instead, we should dispatch through BlHost to open a world inside of the native window using the same technology as GtWorld.
In case of the morphic host, there is no need to open a morphic world at all (we are already in it).
When the host is glutin we should open a glutin morphic world. The same applies for SDL2
It is possible to spawn a morphic world from a GT menu. However, it tries to embed a morphic world inside of the bloc element in a hacky way. Instead, we should dispatch through
BlHost
to open a world inside of the native window using the same technology asGtWorld
.In case of the morphic host, there is no need to open a morphic world at all (we are already in it). When the host is glutin we should open a glutin morphic world. The same applies for SDL2