bezier

How Can I Make a Thicker Bezier in Pygame?

How Can I Make a Thicker Bezier in Pygame? Question: I’m building a specialized node editor in Pygame. Each node will be connected with a bezier curve. This curve is built by clicking on a node first. A bezier is drawn between the mouse cursor and the node and once you click on a second …

Total answers: 1

animate Kivy Bezier curve with custom width ? (a bit silly question)

animate Kivy Bezier curve with custom width ? (a bit silly question) Question: update: After discussing with others, I decided that it is a bit silly question. I wanted to animate Bezier curve with changed width, but it has no width property. with Line Bezier, I can change width, but then can’t animate. I can’t …

Total answers: 2

How can I fit a Bézier curve to a set of data?

How can I fit a Bézier curve to a set of data? Question: I have a set of data points (which I can thin out) that I need to fit with a Bézier curve. I need speed over accuracy, but the fit should be decent enough to be recognizable. I’m also looking for an algorithm …

Total answers: 5