qiyunlab / binarena

BinaRena: Interactive Visualization and Binning of Metagenomic Contigs
BSD 3-Clause "New" or "Revised" License
30 stars 6 forks source link

[WIP] Touch Screen Support #68

Closed AbhinavChede closed 2 years ago

AbhinavChede commented 2 years ago

Hi @qiyunzhu ,

I have wrote the functionality for touch screen support in BinaRena. It does perform normal touch screen options like translating and zooming. However, currently, it cannot do both at the same time. Additionally, to make the code cleaner, I could use functions but then I would have to create global variables in the render.js file. Let me know what you think.