antimatter15 / chromecorder

Encode screencasts in a cool way copied off of sublimetext.com
8 stars 0 forks source link

Draw mouse cursor #3

Open NV opened 10 years ago

NV commented 10 years ago

Many screencapturing apps display cursor movements, LICEcap is one of them. Would be nice to have that option in Chromecorder.

I could implement capturing of mouse movement but I’d need some help to display this data on the recording.

antimatter15 commented 10 years ago

I think it'd probably be as easy as compositing some image of a cursor onto some canvas element for each frame. I don't remember chromecorder very well but I think that's the way it should work.

On Tue, Jun 3, 2014 at 4:21 PM, Nikita Vasilyev notifications@github.com wrote:

Many screencapturing apps display cursor movements, LICEcap http://www.cockos.com/licecap/ is one of them. Would be nice to have that option in Chromecorder.

I could implement capturing of mouse movement but I’d need some help to display this data on the recording.

— Reply to this email directly or view it on GitHub https://github.com/antimatter15/chromecorder/issues/3.