serge-rgb / milton

An infinite-canvas paint program
GNU General Public License v3.0
1.53k stars 133 forks source link

Too much input lag on Linux #188

Open danielmaciel opened 3 years ago

danielmaciel commented 3 years ago

When comparing Milton with Gimp on Linux (Ubuntu 20.04), Milton has way too much input lag. Is this a known issue?

ahmad-alwazzan commented 2 years ago

How did you run it on Linux? Did yo compile it? Do you have the procedure?

bryvin commented 2 years ago

@ahmad-alwazzan

I was just able to build this on Ubuntu 20.04

I had to install CMake and GTK2.. I may have already had some other dependencies, I am not entirely sure.

Here are the 2 commands I needed sudo apt-get install build-essential cmake sudo apt-get install gtk2.0

After that, running the build-lin.sh file from the terminal worked for me and generated the Milton executable inside the build folder