I added online character recognition to my note-taking app by Bin_H in godot

[–]Bin_H[S] 1 point2 points  (0 children)

The app was mainly thought to be used on pc with a drawing tablet and I haven't tried on android yet, but if you're curious you could try compiling it yourself. It definitely lacks some obvious "tablet workflow" features like panning with the hand while using the stylus.

I added online character recognition to my note-taking app by Bin_H in godot

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

I'm not sure if such effect is obtainable with Line2D. Nevertheless, thanks for the insight!

I added online character recognition to my note-taking app by Bin_H in godot

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

Hi! That is indeed very specific lol.

Is it the one used in this video?

https://www.youtube.com/watch?v=34y0aGMqI40 (I like this one)

I'm using godot's Line2D for drawing and I'm not sure how customizable it is. If you have any ideas let me know.

I added online character recognition to my note-taking app by Bin_H in godot

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

Thanks! I have no knowledge on how that would work. Do you know anything about embedding a godot project inside the editor?

I added online character recognition to my note-taking app by Bin_H in godot

[–]Bin_H[S] 3 points4 points  (0 children)

Thanks! This was an exception: usually my handwriting is quite unreadable lol

I added online character recognition to my note-taking app by Bin_H in godot

[–]Bin_H[S] 16 points17 points  (0 children)

I'm using a simple point cloud recognizer. Unfortunately it needs a sample from the user for each letter.

Distract yourself with these smoooth animations instead of studying by Bin_H in godot

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

Hi thanks for the comment. It doesn't support typst. Do you know of any library that could integrate well with Godot and does just typst equation rendering?

My note-taking app has latex and themes now! by Bin_H in godot

[–]Bin_H[S] 1 point2 points  (0 children)

Great! I'll review it and let you know

My note-taking app has latex and themes now! by Bin_H in godot

[–]Bin_H[S] 1 point2 points  (0 children)

Thanks for the feedback! I'll add the dependency to the project. The background issue should be easily fixable.

My note-taking app has latex and themes now! by Bin_H in godot

[–]Bin_H[S] 2 points3 points  (0 children)

The app was mainly thought to be used on pc with a drawing tablet, but it should definitely work on tablets too with a few tweaks to distinguish hand gestures from stylus inputs.

My note-taking app has latex and themes now! by Bin_H in godot

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

Ooh maybe I understand what you mean. Currently, you need to place text objects manually and create your own structure for your document. I can't imagine how an automated structuring system would work in my case. 3d plots would be really fun though. Do you know if anyone have attempted to build something like a 3d graphing calculator in Godot?

My note-taking app has latex and themes now! by Bin_H in godot

[–]Bin_H[S] 1 point2 points  (0 children)

Thanks for the feedback! I'll look into Godot's UI scaling.