C ++ library to convert to JavaScript code.

That is all.
Depends on the library. For some I know, probably not going to be the result you seek.

For others, ok. So....?
Is that i want a library in c++ that transform the code in javascript, because I do not like having to learn and confuse the syntax for the syntax of JavaScript and C++ are very similar.
This solves the problem?: https://github.com/charto/nbind
That's a firm maybe.

It either generates a native plugin that must be installed (fast) or generates code that Javascript can run (not so fast), making C++ code callable from Javascript.

Is it that you intend to develop in Javascript and don't want to use C++?
It is as I said, the syntax of C++ and JavaScript are very similar, so i want a library that compiles the C++ code in JavaScript.
Topic archived. No new replies allowed.