Page 1 of 1

How to integrate CEGUI into X-Plane games?

Posted: Wed Nov 21, 2018 05:28
by yeziwuhen
How to integrate CEGUI into X-Plane games? I need the plug-in to use CEGUI to create forms and components, but CEGUI needs a renderer support. I don't know how to get it from X-PLANE. I just need to show the windows created by CEGUI directly in the game form. At present, I have integrated the development environment of CEGUI in Xplane, but when I use "CEGUI::OpenGL3Renderer& myRenderer =
CEGUI::OpenGL3Renderer::bootstrapSystem()", the program always makes mistakes. Who can help me? Thank you first.