LeonardLaszlo / nw.js-armv7-binaries

NW.js ARMv7 and ARMv8 binaries and the scripts for building and running the executable.
144 stars 22 forks source link

Is it possible to make arm64 binaries targeting chromeOS using this scripts? #52

Open MEGAMENE opened 2 years ago

MEGAMENE commented 2 years ago

Hi, I was wondering if it would be possible to make arm64 binaries targeting chromeOS using this scripts with minimal changes.

The reason for targeting chromeOS is to have a build that includes Ozone DRM/GBM to try and run nw.js on low powered arm devices like the RK3326 handheld devices.

Thanks.

LeonardLaszlo commented 2 years ago

Hi, I don't have the time nor the knowledge to make it happen.

frank-dspeed commented 2 years ago

That should be a no brainer at all while it is not needed on android as there is on android only the Chromium WebView already so you got full access via the android api ChromeOS Runs in general Android Apps by design it contains a linux layer that would be able to run this and build this.

NWJS is a Chrome App so in general it is deprecated and not needed anymore it got replaced by the devtools protocol