• August 30, 2022 at 5:33 am #4946

    i was kinda trying to create a drawing up just to explore… but i can’t find any tutorial/docs that support pen inputs… so im curious how animation paper does it.

     

    thanks

    August 31, 2022 at 6:38 am #4947
    Niels Krogh MortensenNiels
    Keymaster

    Animation Paper, and other drawing apps, are getting the input through a driver. I am not a programmer, so I am not able to go into details 😉 It should be pretty straight forward though.

    I hope this gives you a small hint.

    Best,
    Niels

    August 31, 2022 at 10:18 pm #4948

    thankss!! so weird i can’t find resources on this xDXD

    September 1, 2022 at 9:57 am #4950
    Frederik ChristianiFrederik
    Keymaster

    In AP we use Qt, so the pen inputs we handle comes in the form of tablet events (https://doc.qt.io/qt-5/qtabletevent.html) which in turn gets input from either a wacom driver, windows ink or possibly some other source depending on hardware and OS.

    There are SDKs available to interface directly, but which one to use would depend on your hardware, OS and choice of programming language.

    September 2, 2022 at 1:54 am #4952

    coool!! thanks!!

You must be logged in to reply to this topic.