node-raylib
node-raylib copied to clipboard
Node.js bindings for Raylib
LoadFontEx also crashes for me without error. By default, LoadFont loads fonts prerendered with a font size of 20px. I'm trying to show a much larger font, which then looks...
Can you please provide an example on how to pass the `Vector2 *points` in there? I tried this, but the application just closes without any error message: ``` let p...
Hi We are currently using node js on a raspberry pi project. I'm trying to install/use node-raylib to build a GUI displayed in a 5" hdmi screen. I'm using the...
For systems that don't have an x11 installation, the raylib library supports the "OpenGL ES 2.0 in native mode": `make PLATFORM=PLATFORM_RPI && make install` However, running `npm install raylib` doesn't...
I'm on OSX:10.14.6. `brew install raylib` lets me install raylib and run the C examples without fail. However, after installing via npm and running the example in the Readme I...
Currently using cmake-js to build raylib. Would be cool to build it without needing to have cmake installed. RE: https://github.com/RobLoach/node-raylib/issues/44
Mesh
Material
Model missing
DrawTextRecEx