Skip to content

Instantly share code, notes, and snippets.

View KevDoy's full-sized avatar
😀
Creating svg icons and more

KevDoy KevDoy

😀
Creating svg icons and more
View GitHub Profile
@adriansr
adriansr / svg2icns.sh
Created February 19, 2018 15:21
Convert SVG file to macOS icon (icns) format
#!/bin/sh -x
set -e
SIZES="
16,16x16
32,16x16@2x
32,32x32
64,32x32@2x
128,128x128
@Philip-Scott
Philip-Scott / VideoPlayer.vala
Last active October 22, 2020 18:20
ClutterGStreamer & Gtk video player widget in Vala
/*-
* Copyright (c) 2017
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of