Hi,

        I'm looking for some advice on how to integrate v8 into a graphics
        display engine.   I've been playing with v8 now for over a week and
        can easily wrap my c++ objects representing shapes to be blitted to
        screen.   

        My main questions is how best to initiate, run, and schedule the 
graphical
        display (which should should run in the main thread afaik) as well as
        the javascript Run() command which could loop while it updates the
        screen.

        Can I just call the script->Run() in a separate thread, locking and
        unlocking any shared data?   Or, is there a better, more Chrome-like,
        way?   What kind of trouble could I anticipate with such a setup?

        Many thanks for any tips.

        best -august.



--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to