pmed / v8pp

Bind C++ functions and classes into V8 JavaScript engine
http://pmed.github.io/v8pp/
Other
901 stars 121 forks source link

More of a request than a issue. #141

Closed nihalkenkre closed 4 years ago

nihalkenkre commented 4 years ago

Would be able to create examples of

  1. Expose objects to from c++ to js
  2. Expose functions from c++ to js.
  3. Expose types from c++ to js.

in plain v8.

Been at it since last week, with little success.

Cheers Nihal Kenkre.

nihalkenkre commented 4 years ago

like an updated version of https://www.github.com/ruby0x1/v8-tutorials

thank you

pmed commented 4 years ago

Hi,

have you already seen examples, and docs directories in the project? There are also some examples at GitHub pages documentation: http://pmed.github.io/v8pp/

nihalkenkre commented 4 years ago

Hello Pavel.

Yes i attempted to go through the examples. I am not very proficient with templates thus far, so i am looking for resources to get me started with using V8 from the ground floor.

I have been using the v8-nuget repo for my current development on windows. Thank you for the pre built binaries !!!

This request is more to do to with vanilla v8 examples and not v8pp.

Best regards. Nihal Kenkre.

nihalkenkre commented 4 years ago

Hello.

I am starting to get a hang of things as of today.

So i will close this for now.

Thank for the nuget.

Nihal Kenkre.