PDA

View Full Version : Multiplatform GUI engine for OpenGL



Srki_82
23-07-2006, 02:22 PM
Is there any multiplatform GUI engine (like CEGUI (http://www.cegui.org.uk/wiki/index.php/Main_Page)) that is ported to pascal (FPC/Lazarus).

I'm using OpenGL + GLUT (no SDL or other engine).

savage
23-07-2006, 02:27 PM
I would think that this example on Sulaco (http://www.sulaco.co.za/opengl_project_glWindows.htm) could be made more portable, but I'm not aware of any other Pascal based OpenGL GUIs.

Clootie
23-07-2006, 07:48 PM
There should be one in GLScene, isn't it?

Srki_82
25-07-2006, 11:57 AM
Yeah, but it's far behind CEGUI :)

I'll try to make some simple warpper (dll) in C++ around CEGUI and some classes that would make using that dll easier.