Game Development Community

Insanely Awesome Chrome library

by Helk · in Torque 3D Professional · 06/24/2009 (6:18 am) · 23 replies

princeofcode.com/awesomium.php


Someone should really add this to T3D.. Check out the demo in ogre, amazingly smooth.


Page«First 1 2 Next»
#21
12/14/2009 (11:38 pm)
Ya, that is why I was not posting the code. I will check with my boss whether I have the right to post it, bcos it is really quite easy. I just modilfied from the Asesomium 'hello world' sample, and use 'render' function to render to GFXTexHandle ( lock -> render -> unlock it) after that under your GUI onRender function draw a rect to display it. Jobs done!

Did any guy know about how to capture the key down? I tried onKeyDown function but it is not working at playGui. Can anybody help me?

PS: how to post picture..... pls
#22
12/15/2009 (12:00 am)
How to post pictures:

[ Image ] url to your image [ /Image ] (without the spaces)
#23
02/25/2010 (5:11 pm)
@TSI Gamer: Do you have problems with crashing if you exit a level an re-enter the game again? I have tried everything to fix this and I'm stumped. At this point I'm thinking it might be due to statically initialized variables in the DLL that don't get re-initialized even though they need to when a new level (or the same level) is loaded. The WebCore singleton has no Reset method.

If you have any clues for me, please let me know.

= Ed =
Page«First 1 2 Next»