Skip to content
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

Display as an AppImage #87

Open
jennydaman opened this issue Feb 1, 2022 · 2 comments
Open

Display as an AppImage #87

jennydaman opened this issue Feb 1, 2022 · 2 comments

Comments

@jennydaman
Copy link

jennydaman commented Feb 1, 2022

Hello,

I would like to share something I did: Display in an AppImage.
In other words, it's a single file which you can download and run to run Display on almost any Linux.

https://github.com/FNNDSC/Display.AppImage

Use cases might include where it's preferred to work in containerized environments only, or user is having trouble installing minc-toolkit.

I hope someone finds this useful!

I've tested it to work on both Nvidia and Integrated Graphics:

# nvidia GPU
$ ./Display.AppImage -version                                                      
Display 2.0.6 (built Oct  3 2020) git:HEAD/22bf5d2
FreeGLUT 2.6.0 API V4
OpenGL 4.6.0 NVIDIA 495.46

# intel iGPU
$ ./Display.AppImage -version                                                          
Display 2.0.6 (built Oct  3 2020) git:HEAD/22bf5d2
FreeGLUT 2.6.0 API V4
OpenGL 4.6 (Compatibility Profile) Mesa 21.3.5
@gdevenyi
Copy link

gdevenyi commented Feb 1, 2022

Cool. Might be nice to automate publication to some repository.

@jennydaman
Copy link
Author

It wouldn't be hard to put it on Github Actions though minc-toolkit sees a new release less than once a year, so I didn't. Though if interest picks up in using AppImage as a legitimate solution for MINC visualization tools then I would be glad to contribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants