tuckie
tuckie
hi there, hope this is the right place. ive got an older wacom tablet (bamboo splash) which doesn't appear to accept pressure sensitivity in aseprite. Appears in xinput as such:...
the new prebuilt files should help most windows users. but it would still be helpful probably to double check we have the right documentation for people who want to build...
i found some more filled in type info for the functions in the typescript branch: https://github.com/RobLoach/node-raylib/tree/typescript it appears to be a few years old, so i doubt everything is fully...
Its possible to call a callback function from the native addon. So in theory we could create a promise in the JS wrapper for the function, pass promise.resolve into the...
For more details on how the experimental benchmarks I wrote were implemented - reference https://github.com/RobLoach/node-raylib/issues/100#issuecomment-1046400083 Some documentation on what flattening arguments looks like in C++ and JS can be found...
I'm also really not an expert when it comes to working with memory in C but looking at it now, this probably does leak? The way the bindings are supposed...
The npm install seems to fail generally when you have another version of raylib installed to your system includes somewhere? I'm not really a C/++ user, but my understanding is...
> I honestly feel like I might be more productive using that to auto-generate a C node-wrapper in javascript than trying to pull the API-migration out, 1-by-1 in C, from...
For reference in the conversation I've invited you both to a repo with my test of 4.0 bindings. I think that most of the unimplemented (nearly all the autogenerated functions...
Checking out this branch. Should we move the discussion on updating to 4.0 to its own issue?