aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-07-16 22:00:28 +0200
committerJulian T <julian@jtle.dk>2020-07-16 22:00:28 +0200
commit3e297a6b6f1e694738eee8f9836f5a514c39d2c3 (patch)
tree23b6ab01884a40453f57952b7475d35c59b9bdcf
parent4342b2f382bd100a8a91690cc630af0b2c320458 (diff)
added readme
-rw-r--r--readme.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..d32b3e6
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,6 @@
+# Pixelsort
+
+Simple pixelsorter written in c.
+The goal being fast enough to use with lock screens like i3lock.
+
+This was also written for fun and therefore custom implementation of quicksort.