Author Topic: Little Ingame Browser  (Read 2847 times)

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.php
4) 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.php
4) 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.

Very nice to see this project actually being worked on.


picsss
sorry for stuffty gui, i took 0 seconds to make it kinda :/

spoiler, javascript doesnt work :3

spoiler, javascript doesnt work :3
*Technically* it does.
Though once loaded to a bitmap it does obv. Though before loaded to bitmap the javascript will actually execute.


does it actually play video or are you just trying to show off. and it's too bad text input will never happen.

EDIT:
There is no video rendering context either.

I'd like to suggest that you add a bookmarks bar
« Last Edit: April 03, 2013, 10:21:29 PM by Little Anarchist »

it doesn't animate anything
it's just saving pictures and loading them...


it doesn't animate anything
it's just saving pictures and loading them...


we know

So can you actually interact with the site or click on links? Doesn't sound like it.

So can you actually interact with the site or click on links? Doesn't sound like it.
not yet.

not yet.

And to be honest probably not ever, It'd be way too tedious.

And to be honest probably not ever, It'd be way too tedious.
I have a good idea for how to do links.

does it actually play video or are you just trying to show off. and it's too bad text input will never happen.
it doesn't animate anything
it's just saving pictures and loading them...


we know
no, not really....

I have a good idea for how to do links.

And do you have a good idea how you're going to be rendering videos.