Creates paper like drawing experience on desktops
View online demo to see how it works
Note
This project currently does not use artifical intelligence to acelerate any of the drawing decisions,
it is in a POC state and represents only an idea.
Warning!
Online demo does NOT have implemented pesudo-intelligent features.
FeelInk is app created to create paper-like drawing experience on touchpads and mouses
With FeelInk you can draw on your touchpad with ease
It creates very natural and experience is very simmilar to a paper-drawing.
- Intelligent drawing experience
- You do not need to change your pen's state (drawing/not drawing)
- Enables fully focus zen mode on creating notes
- Simple interface
- Very light and blazingly fast
It measures your traditions in drawing when you're using app: Speed, Movment, Style and bunch of others. Then creates a profile, it is updated everey time when you moving your mouse. It is checked every time you using FeelInk and intelligently helps you with changing pen's state.
Our app requires python version >= 3
- Launch terminal
- Install GUI library
pip3 install pygame
(or with normal pippip install pygame
) - Clone the repository
git clone https://github.com/Mondonno/feelInk.git
- Type
cd src
- Then run it via python
python3 main.py
To compile it into standalone binary follow compile.txt
- Left click Toogles the drawing state manually
- "S" key Saves your current work into
../out
directory. - "C" key Clears the app canvas.