Page 1 of 1

Qt and OpenGL Map Editor

Posted: Thu Dec 17, 2009 6:26 pm
by JaxDragon
...Is it possible? I would like to make a level editor with Qt and OpenGL. I want to make sure before I go through the trouble of setting up Qt and learning to use it properly. I've googled Qt and OpenGL integration, and it says theres a limited OpenGL buffer widget. I'm not sure if thats going to be able to be integrated for a level editor or not.

Re: Qt and OpenGL Map Editor

Posted: Thu Dec 17, 2009 8:47 pm
by Falco Girgis
JaxDragon wrote:...Is it possible? I would like to make a level editor with Qt and OpenGL. I want to make sure before I go through the trouble of setting up Qt and learning to use it properly. I've googled Qt and OpenGL integration, and it says theres a limited OpenGL buffer widget. I'm not sure if thats going to be able to be integrated for a level editor or not.
Yeah, of course it's completely possible. That's something that I've actually wanted to look into.

Re: Qt and OpenGL Map Editor

Posted: Thu Dec 17, 2009 8:59 pm
by JaxDragon
GyroVorbis wrote:
JaxDragon wrote:...Is it possible? I would like to make a level editor with Qt and OpenGL. I want to make sure before I go through the trouble of setting up Qt and learning to use it properly. I've googled Qt and OpenGL integration, and it says theres a limited OpenGL buffer widget. I'm not sure if thats going to be able to be integrated for a level editor or not.
Yeah, of course it's completely possible. That's something that I've actually wanted to look into.
I'll try and work something out. I'll post screenies if I get any kind of success.