A collection of Linux GUI apps by TurluCode.
Some packages require GL support and thus rely on the graphics drivers of the host. For this reason you will see apps tagged as
- [NVIDIA-X11] where there is GL support
- [X11] where there is no GL support
So, to run GL apps, we currently support only NVIDIA via nvidia-docker
v2.
To install nvidia-docker
v2.x follow this. For more info visit the official NVIDIA support.
Use the proviced Makefile
to build the deseried app:
# Prints Help
make
# E.g. Build Firefox
make firefox_x11
Each app needs different arguments in order to run. Run examples are localed at each app folder.
More info inside each app's readme
- Please let us know by filing a new issue.
- You can contribute by opening a pull request.