Skip to content

Instantly share code, notes, and snippets.

@nimatrueway
nimatrueway / README.md
Last active February 19, 2023 19:34 — forked from Nua07/python_pillow_webp2gif.py
Convert webp animations to gif preserving image quality (RGB = 24bit)
@rejunity
rejunity / recipe_for_Unity_headless.sh
Last active May 11, 2022 03:43
How to run Unity standalone application on a "headless" (w/o monitor) Linux box locally
# Recipe on running Unity (or any OpenGL based application) on Linux machine without monitor.
# Requirement: NVIDIA drivers installed and working correctly.
# Tested on Ubuntu14.04.
# Summary: configure virtual display, run X server and launch your application on the same display as X.
# install X server
sudo apt-get install xserver-xorg
# configure virtual display device for X server