David Konsumer
David Konsumer
> I think having a WindowShouldCloseAsync() or similar async function in node-raylib directly would be super worth it! 👍 Agreed. Originally we talked about it as a totally separate thing,...
I wonder if we need all the extra scripts. like you should be able to run `npm run compile --CDPLATFORM=DRM` one issue with more script-names is we have to setup...
I could be wrong, but it's my understanding that NAPI manages all the `FromValue`/`ToValue` stuff. I was worried about memory-leaks at first, but it seems like it calls & frees...
Maybe a first step is to verify our idea of this (as we disagree on if it's a leak or not.) How do we determine it is? [This](https://github.com/lloyd/node-memwatch) seems like...
We use cmake to build raylib, and by default we download a pre-built binary for your platform, that hits the most common usecases, to speed up install, but you can...
Should I PR the README or maybe we should put it in the wiki? (Enable wiki in settings, if you want that.) We could probably move the docs/ folder into...
[Here](https://github.com/RobLoach/node-raylib/files/7574513/log.txt) is similar issue on mac (11.6), with node v16.8.0
Thinking more about this problem, I realize that it might help to just isolate the issue and get it building for my desktop platform, as an initial step, in a...
Would that still run natively? Part of what I like about this lib-wrapper is that I can run js on pizero natively, without a browser or X, and it runs...
Also, sidenote, it does appear like the main issue is that it was trying to build against 4.0, but it was made for 3.5. I will try to slowly work...