У нас вы можете посмотреть бесплатно DIY pressure-sensitive mouse! или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This video shows you how to modify a USB mouse to make it pressure-sensitive! (Using a Teensy board and a force-sensor). It will make the computer think a drawing tablet is connected, so you can use it like a brush, in applications like Photoshop, Blender, and Krita! It's just a proof of concept. But I'm surprised it works as well as it does! (Note: It should work on any operating system, but I've only tested it on MacOS and Linux. Unfortunately, MacOS doesn't seem to like my USB Report Descriptor, but I can't figure out why... It seems to not send the pressure values to the applications -- it instead just sends Click events when pressure goes above 70% or so. If anyone has any advice on that front please let me know!) Here's the Git repository of the program to put on the Teensy board, and the patches to the Teensy USB library: https://github.com/genkimarshall/PressureM... 00:00 Introduction 00:45 What you'll need 01:05 Build steps 05:38 Overview of the code 08:02 Testing it out!