Game Development Community

Webpage Displayed in Gui

by Orion the Hunter · in Torque Game Builder · 09/24/2013 (11:45 am) · 7 replies

My game has a website with a growing database of information. I'd like to make it so the player can open a GUI, write in the name of what he wants to search for (AKA "Evil Monster") and get information on it. I saw something called QTWebkit, which frankly looks greatly beyond my intelligence, but the main problem is that it's not really Mac friendly.

Before you tell me to get a "real" computer (coughcoughRichard Ranftcoughcough :P) I'd like to know if anyone has a multi-platform solution. As I said, so far, all I have is a GUI where you write the name of whatever you're searching for in the box, press "search" and then it goes to the web page. Has someone found a way to do this with minimal pain?

#1
09/24/2013 (6:56 pm)
That's weird - QT works quite well on Linux, and Mac is now just kid-gloved Linux (ok, one of the BSD's I think). What's the issue? It doesn't like Cocoa?

What about Awesomium?
#2
09/25/2013 (4:04 pm)
All the downloads here appear to be Windows-related. I've tried downloading Mac subs before but it doesn't seem to work right. I'll give it a go and see what happens.
#3
09/25/2013 (4:32 pm)
Also, isn't Awesomium T3D only?

As for QT... Gah, it's no use. All of the stuff there is for windows... I haven't been able to find something else that works. Please tell me there's an alternative.
#4
09/26/2013 (7:05 am)
Ok, so you don't know what Qt is.... Go find out.

Now that you're back, go read about Qt WebKit.

Now you know that it's not Windows only - it's a cross-platform UI kit. The thread you linked only covers getting it working in the Windows build of T2D, but that's not the same thing by a long shot.

As for alternatives, a simple google search turned up several.
#5
09/26/2013 (8:27 am)
*Reads about QT*

*Downloads QT Webkit*

Now, I'll try getting it to work with that tutorial. It may or may not work...
#6
09/26/2013 (4:24 pm)
Good luck! If you need help, pester Mich - he's the Mac guru.... lol
#7
09/27/2013 (7:50 am)
I... have no idea what I'm doing. XP Question: what does QT Webkit help with, exactly? Is it just flash and Facebook? Because all I really want is to get text from a webpage. Is that possible to do with just a GUI or something, QT aside?