Android Code Snippet Bezier curve

How to make the bezier curve with B4A?

Here is a simple code, you can edit points by tapping and dragging them and the curve will change.

Obviously it's just an example that can be extended if you want.
ezgif.com-video-to-gif.gif


Here [XUI] Version
 

Attachments

  • bezier.zip
    9.8 KB · Views: 481
Last edited:

Star-Dust

Expert
Licensed User
Longtime User

Star-Dust

Expert
Licensed User
Longtime User
Anyway, I'm joking. I'm sure it's possible to do it for B4X with XUI.

But until today I have refused to learn it. One day I will do it, in the meantime someone else can do it
 

Star-Dust

Expert
Licensed User
Longtime User
One of the possible uses is the graphometric signature.
You memorize the main points of the signature and you can also build a soft path of the main points

I attached an image that I created with my source, just to give an idea.
In this demo I write the word "CORE"
video.gif
 
Top