Zac Hansen
Zac Hansen
/** * Inheriting from this tells v8toolkit the derived type is to be wrapped for use in JavaScript Alternatives if altering inheritance isn't possible (such as a type from a...
I've made a bunch of changes to limit how often the template is instantiated, but it adds complexity to using the library.
Some additional progress made my limiting use of certain std:: constructs like std::map and std::unique_ptr. Turning off debugging symbols while compiling translation units with the bindings also helps a lot.
Is this the right thread to watch for things like cmd-a doing a select-all in a text box instead of ctrl-a on os x?
I forgot my local source is getting a bit long in the tooth. :) Thanks again for imgui! loving it.
being lazy and just disallowing it for now. Can make a more flexible solution later if needed.
Default values are no longer converted to javascript and back to C++, which simplifies this issue, however the issue still exists.
this can get a little tricky since the call it makes may be assuming a read/write object.
Quite a while ago it worked. Haven’t tried it in a couple years though. The answer is probably not. On Tue, Jan 8, 2019 at 5:33 AM StefanWoe wrote: >...
I haven't tried it in windows for a very long time - and basically gave up because the compiler was so bad. It *might* work with the latest c++17 compatible...