mb1986 / rm-hacks

Small improvements and tweaks for rM devices, covering both rM1 and rM2.
Other
438 stars 9 forks source link

Drawable Shapes #368

Open nathangur opened 5 days ago

nathangur commented 5 days ago

I like to use my remarkable to write research papers and plan projects out. However my mortal enemy is drawing a circle. My suggestion is to have a list of shapes (circle, square[can become a rectangle by stretching], diamond, eclipse, parallelogram, etc) that can be adaptively drawn by pressing where you want one end of the shape to be and dragging to where you want the opposite end to be (similar how photoshop works).

PepikVaio commented 5 days ago

As far as I know, the shapes are being worked on. For now, try drawj2d:

https://sourceforge.net/p/drawj2d/wiki/reMarkable/

knox-dawson commented 5 days ago

Probably a duplicate: https://github.com/mb1986/rm-hacks/issues/328

nathangur commented 5 days ago

Probably a duplicate: #328

A bit similar, my proposal is like how the straight lines in remarkable work. Where you hold down one end of the line and drag where you want the opposite end to be.

knox-dawson commented 5 days ago

Probably a duplicate: #328

A bit similar, my proposal is like how the straight lines in remarkable work. Where you hold down one end of the line and drag where you want the opposite end to be.

Yep, I agree. In particular, as a shape changes size (in this hypothetical scenario), the widths of the lines in that shape should remain the same size you initially selected.

Currently, you can copy a pre-generated shape and resize it, but when you make it bigger or smaller, it also makes the thicknesses of the shape's lines thicker and thinner.