I made a little ingame browser using Awesomium and Python. It isn't very "feature packed" because Stack Overflow wont let me ask questions and I can't find any good documentation on Awesomium v1.7.5.0
Though here is what the protocol:
1) Torque connects to python
2) Torque sends URL
3) Python recieves URL, and runs a program called AwesomeStuff.exe path/to/save.png
http://mondaycunt.com/yougetit.php4) Awesome.exe does all the awesomium handling and saves the image
5) Python sends a ping command to Torque
6) Torque sets the current GuiBitmapCtrl to the new saved image.
I'll get pictures in a bit.
Though I want to do make the protocol this
1) Torque connects to python
2) Torque sends URL
3) Python recieves URL, and runs a program called AwesomeStuff.exe path/to/save.png
http://mondaycunt.com/yougetit.php4) Awesome.exe does all the awesomium handling and saves the image and creates a file depicting the location of each link and where the link goes.
5) Python sends a ping command to Torque
6) Torque sets the current GuiBitmapCtrl to the new saved image.
7) For every single link and position in the file, create an GuiMouseEventCtrl and make it so when you click it, it loads the link.