The v8 tag has no wiki summary.
1
vote
2answers
111 views
What ways are there for making vector types available in scripting?
I use Google V8 engine to embed Javascript into my game for scripting. As interface to my native code, I already registered some C++ functions to the scripting context.
In the native code, I make ...