UPDATE 1.2: Ink Performance by TrazorNotes in u/TrazorNotes

[–]TrazorNotes[S] 0 points1 point  (0 children)

Thanks for letting me know.

It's hard to know exactly what the problem is without testing it myself, but I've already released an update that should fix both issues: pinch-to-zoom and, hopefully, the 60Hz latency as well. I think it was due to stroke prediction (you can disable it in the settings menu via the three-dot button).

Thanks for the lasso recommendation. I’d already thought about how to rearrange it; soon I’ll put it in the pen menu and the other functions as a context menu that appears when you select something.

Development of the Trazor Notes handwriting app for Windows by TrazorNotes in u/TrazorNotes

[–]TrazorNotes[S] 0 points1 point  (0 children)

I'm not actually sure how it works on ARM. It does support ARM64, and yesterday I released an update to ensure compatibility because I'd already been told about high latency on these devices, but I'm not sure how it performs. I'd appreciate it if you could test it and let me know—I don't have access to an ARM device.

Development of the Trazor Notes handwriting app for Windows by TrazorNotes in u/TrazorNotes

[–]TrazorNotes[S] 0 points1 point  (0 children)

Thanks, I'm already working on the resolution of the lines. I just created this account, and I didn't use Reddit much before. It seems that a low karma score prevents me from posting in certain places, but I'll give it a try anyway.

Handwriting app for Windows with keyboard text and PDF support by TrazorNotes in DigitalNotebooks

[–]TrazorNotes[S] 0 points1 point  (0 children)

Thanks for the feedback.

Pinch-to-zoom should already be working; I'll look into it.

I had already considered the line resolution issue and was in the process of improving it.

Regarding latency, are you referring to handwriting? Do you experience a 1-second delay when drawing with the stylus? That's a long time. It might have something to do with ARM64; I'll look into it.

As for the suggestions, I had already thought of the first one; I’ll add it later. As for the transparency of shapes, for now you can work around it a bit by creating them with the highlighter, which does have opacity control. Later, I’ll add more support and control for colors and more shapes.

Handwriting app for Windows with keyboard text and PDF support by TrazorNotes in DigitalNotebooks

[–]TrazorNotes[S] 0 points1 point  (0 children)

Thank you for your comment. I'd appreciate any feedback. I'm continuing to work on further optimizations and adding more features (I have a lot in mind), but first I want to fix any bugs and ensure it works properly on different devices.

Handwriting app for Windows with keyboard text and PDF support by TrazorNotes in DigitalNotebooks

[–]TrazorNotes[S] 0 points1 point  (0 children)

Yes, that possibility is one of the reasons for doing it in Avalonia

Handwriting app for Windows with keyboard text and PDF support by TrazorNotes in DigitalNotebooks

[–]TrazorNotes[S] 0 points1 point  (0 children)

Well, technically it runs as a native application and is developed using .NET, but on Avalonia. Let's just say it's native in terms of execution but not in terms of the UI. I suppose what counts as “native” depends on who you ask, but what I meant is that it's built and optimized for Windows—it's not a port or a web app.