Rob Loach

Results 396 comments of Rob Loach

It compiled and ran on RPI??!?!?!?

That's a warning saying it couldn't find an already existing version of Raylib, so it'll build it. Going to reopen this for now. Thanks!

We somehow need to pass `PLATFORM="Raspberry Pi"` to cmake-js.

Have a few options for JSON and c.... - https://github.com/kgabis/parson - https://github.com/sheredom/json.h - https://github.com/json-c/json-c

This is a big change. Is there a clean way to maintain all the new file additions? Could we manage it via a submodule or something?

Been considering replacing this approach entirely with Emscripten and wasm. You'll see the work done in the [emscripten branch](https://github.com/RobLoach/node-raylib/tree/emscripten).

If we find a good package that will compile and package for raspberry pi, yeah. Tried handling native build with an electron alternative. Won't overwrite it until there's a proven...

This is looking great, all! Happy to merge whenever you feel fit. Will be able to test this later on today too. > I checked out the emscripten branch -...