Great library! I'm planning to integrate it with a graphics library so I can use JavaScript for the more complicated stuff and C++ for the more memory-intense stuff.
Lemon Framework is great. LIghtweight and easy to install. You said it is possible C++ to call JS. Please provide an example on how to do this. Thanks.
Great library! I'm planning to integrate it with a graphics library so I can use JavaScript for the more complicated stuff and C++ for the more memory-intense stuff.
Tanks! Hope you get a good use of it!
Lemon Framework is great. LIghtweight and easy to install.
You said it is possible C++ to call JS.
Please provide an example on how to do this. Thanks.
13:42 - Helpers class is removed, instead use StaticHelpers::ToCString(str);
is it hard to work directly with V8 than using libraries like Lemon?
It can take some time to learn V8, Lemon is easier to learn.
how to share it.. like a dll can control the main exe v8 .. exe so fat xD wanted to make plugin base
Can I make this work with TypeScript?
Typescript needs its own compiler that generates JS code which means it won't work this way.
you'd need to implement a ts compiler
How is it different from NAPi
I think it's about how to write your own js vm)
3:23 no main?