-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running on linux #94
Comments
I mean if you were running on docker it should run natively on Linux which would allow you to be able to access the GPU, After looking into it, it seems like GPU.js (the library we use for GPU operations) works on Linux. This may work for allowing GPUs in docker if that is needed Edit: I should've done some research before posting |
Its a PITA to get Nvidia GPUs into docker. It can be done and I have managed to get it running but only for video transcoding for which ffmpeg was the real hero. I wouldn't mind linux binaries for full desktop or VM deployments together with a docker container. And as you pointed out, any binary that runs in docker also runs in linux. But it might be smartest to have 3 different versions of (full windows, full linux, stripped docker). Additionally the JS support for conditional compilation is basically non existent so extra logic needs to be added to only load certain libraries on certain operating systems. |
Hi,
I play MSFS on Linux (using proton) and want to use (and maybe help developing) the plane and simbridge. How much is simbridge depending on the win32-platform, and what would be a starting point for porting/running it on linux?
The text was updated successfully, but these errors were encountered: