Create README.md

This commit is contained in:
Alexis
2020-12-02 20:13:37 +01:00
committed by GitHub
parent 0f3aeb0b3f
commit c53cc966ab

6
README.md Normal file
View File

@@ -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).