From c53cc966ab67be63635abca55fad16b8fd9314dc Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 2 Dec 2020 20:13:37 +0100 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..45ab3f9 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Cam2ASCII + +This is not a serious project. I made it for fun. +The application transforms an image into ASCII. It takes several pictures in a row with the webcam. That's why it's not fluid, there is no video stream processing, only photos. I may later add a virtual camera to be able to use it on softwares like Discord, Zoom, Skype... +# Build +It use Qt 5 Open Source libraries. Nothing more (for now).