node-raylib
node-raylib copied to clipboard
Node.js bindings for Raylib
`DrawTextRec` has been moved out of raylib, so the demo breaks. I propose porting [this](https://github.com/raysan5/raylib/blob/master/examples/text/text_rectangle_bounds.c#L131-L264) to js, and putting it in addons (like I did with easings.) Related: #130 Related:...
I think we can improve CI a bit, and make the prebuilt system work better overall - Just build pre-builts once for each platform (no multiple node versions needed) -...
It would be great to update all the examples for raylib4. I was seeing issues with a few of them, but I think a better solution than fixing each one...
We could speed up install with CI builds for lots of targets, and download on install, or just include many with the npm module. I think some good targets would...
@twuky found that flattening structs on in/out gains some major performance. Here are the metrics on my system (linux, RTX 3050): ## current  ## proposed On...
Lots of discussion on #98 Basically, we can update to 4.0 raylib, and the new code-generation stuff seems like a really good path (so it will be some up-front work...
Since this is a Node addon, it would make sense to rename the package itself to `node-raylib`. Similar to how the sass node addon is called `node-sass`.
So when you use dts-gen it does not read the c++ and header files, therefore, making all function definitions null, meaning all functions besides a few exceptions have no arguments...
In another issue I tried manually putting together some typescript definitions (with doc strings) from the old typescript branch, with some updates where i could fit them. Obviously manually generating...
Attempting to run `npm install raylib` on a mac yields an error ``` info TOOL Using Unix Makefiles generator. info REP Build has been failed, trying to do a full...