Mondonno / feelInk

Feel the Ink with Intelligent paper-like drawing experience just with your touchpad or mouse

Home Page:https://mondonno.github.io/feelInk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maintainer Latest release made-with-python

FeelInk

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.

What is it?

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.

Features

  • 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

FeelInk in action

How it works?

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.

Running

Our app requires python version >= 3

  • Launch terminal
  • Install GUI library pip3 install pygame (or with normal pip pip 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

List of commands

  • Left click Toogles the drawing state manually
  • "S" key Saves your current work into ../out directory.
  • "C" key Clears the app canvas.

About

Feel the Ink with Intelligent paper-like drawing experience just with your touchpad or mouse

https://mondonno.github.io/feelInk/

License:Other


Languages

Language:Python 100.0%