Tagged Questions
0
votes
0answers
50 views
How to dump the dom in Qt Script?
Good afternoon,
I’ve connected the Qt (4.8) script engine up within my application.
I’m still learning how to make my application accessible from scripts.
I’d like to debug it by enumerating ...
2
votes
4answers
1k views
Unity: Assigning a key to perform an action in the inspector
I am trying to write a simple piece of code in JavaScript where a button toggles the activation of a shield, by dragging a prefab with Resources.load("ActivateShieldPreFab") and destroying it again ...
3
votes
2answers
728 views
Experience embedding javascript
I'm looking into scripting languages to embed in my game.
I've always assumed Lua was the best choice, but I've read some recent news about embedding V8 as was considering using it instead.
My ...
7
votes
3answers
3k views
Binding C++ and V8 Javascript from Google
The examples are quite challenging to grasp if you are still getting your head around other things, so the simplest example would be great.
Is there a simpler example?