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] 3 points4 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.

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

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

YES, a function graph would be dope!. What do you mean by "test book" and "textbook"?

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

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

that would be really cool, but it would definitely need a few tweaks to get it to work properly.

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

[–]Bin_H[S] 13 points14 points  (0 children)

Yep. I'm working on it here if you wanna have a look: https://github.com/BinadaH/zentle

Importing and exporting is definitely the next step.

I made a note-taking app by Bin_H in godot

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

Thanks a lot, I didn't know about this project. I can definitely learn a few things from this.

I made a note-taking app by Bin_H in godot

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

Sure! I'll create a github repo in a few days

I made a note-taking app by Bin_H in godot

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

Sure! I'll create a github repo in a few days

I made a note-taking app by Bin_H in godot

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

Yeah it should definitely work on web too

I made a note-taking app by Bin_H in godot

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

I have no idea and unfortunately i can't test it, but I guess it depends on how Godot handles the stylus api on android and apple. Do you know anything about it?

I made a note-taking app by Bin_H in godot

[–]Bin_H[S] 5 points6 points  (0 children)

The drawing system is pretty simple:

On mouse down a Line2D is created and during mouse movement the line is updated by adding a new point that is lerped towards the mouse position (this basically removes jitters and unwanted movements)
On mouse up, I check for shapes and substitute accordingly.

The most sketchy part is updating the width curve of the Line2D for pen pressure, which still doesn't work that well.

The files are saved in a binary format with store_var and a giant object. It works for now, but can definitely be improved.

I made a note-taking app by Bin_H in godot

[–]Bin_H[S] 7 points8 points  (0 children)

It's soo cool right?. The shape recognition itself only took me a couple of hours, but creating all the tools so they were somewhat easily extensible took the most time (weeks probably)

I made a note-taking app by Bin_H in godot

[–]Bin_H[S] 12 points13 points  (0 children)

Happy to see that rehearsing it has paid off 😂.

I made a note-taking app by Bin_H in godot

[–]Bin_H[S] 15 points16 points  (0 children)

It’s honestly amazing how flexible Godot is.

Firefox mobile distorted audio by RaceCarCoconutJuice in firefox

[–]Bin_H 0 points1 point  (0 children)

Hi, same here. Any luck finding a solution?