Luis Blanco

Results 30 comments of Luis Blanco

Hello. There is no support for any ARM arch now. One of the requirements for me is to be able to use GitHub Actions. I use them for building the...

https://github.com/actions/runner-images/issues/2187

Hello. Please check if that file exists under `/Users/Carl/WorkSpace/GitHub/electron/webgl-raub/node_modules/deps-opengl-raub/bin-osx/glew.dylib`, or anywhere under the project directory at all. If it is not there, the library might have failed to install properly....

Hello. The older versions make no distinction between processor architectures, this is why you've been able to download the binaries, but those are the wrong binaries. I've started expanding the...

The [run-on-arch-action](https://github.com/uraimo/run-on-arch-action) is interesting but doesn't seem to provide any macOS images. I think the hardest part is going to be building the M2 binaries here: https://github.com/node-3d/deps-opengl-raub. I'm going to...

Hey, unsure if that's what you need, but since Valve has rebuilt both SWDS.DLL and HL.DLL, now AMXX can't find some key memory points. In AMXX 1.9 there are GAMEDATA...

@ClaudiuHKS I guess that's because the Windows search is not specified at all for `svs`? like that: ``` "svs" // server_static_t svs { "library" "engine" //

Thanks for the suggestion! Will it still work with X11 though?

The key idea of this project is to NOT build locally. And to fork and do anything you want if that doesn't fit you. Such as publishing your own versions...

@anion155 if you know how to cross-compile for M1 from x64 - that would work (in GitHub actions). I don't have a Mac, and not enough courage to research and...