|
|
|
|
Goombert
|
 |
Reply #4 Posted on: November 25, 2014, 10:25:10 am |
|
|
 Location: Cappuccino, CA Joined: Jan 2013
Posts: 2991
|
Is that sarcasm or suggestion? No he is serious, you'd just have to link the Qt libraries, create a window system and a widget system powered by Qt. You'd probably want to just go ahead and make a Qt graphics system as well since it uses ANGLE to make its OpenGL work on outdated hardware like Studio does. But not all of that is necessary you could just attach the current graphics systems to a Qt window and widget system, it all depends on what you want to do. But a full blown Qt port of ENIGMA would actually be pretty easy, it wouldn't be much to port our GL code at all.
|
|
|
Logged
|
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect. 
|
|
|
|
|
Josh @ Dreamland
|
 |
Reply #7 Posted on: November 26, 2014, 12:44:05 am |
|
|
Prince of all Goldfish
 Location: Pittsburgh, PA, USA Joined: Feb 2008
Posts: 2950
|
Creating a Qt window system wouldn't be that hard. You could tweak the code to allow you to specify an existing Qt widget to contain the GL context. You'd create the GL context in a new Bridges directory, Qt-OpenGL. There are plenty of existing systems to use as reference. Same goes for wx.
|
|
|
Logged
|
"That is the single most cryptic piece of code I have ever seen." -Master PobbleWobble "I disapprove of what you say, but I will defend to the death your right to say it." -Evelyn Beatrice Hall, Friends of Voltaire
|
|
|
Goombert
|
 |
Reply #8 Posted on: November 26, 2014, 06:06:21 am |
|
|
 Location: Cappuccino, CA Joined: Jan 2013
Posts: 2991
|
Yes but my recommendation would be to just make a QtGL powered graphics system by porting GL3, it wouldn't be hard either, 95% of the code would stay exactly the same and it would work on older computers where ANGLE supplements Direct3D9 as well.
|
|
|
Logged
|
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect. 
|
|
|
|
|