The BezierEditor application was developed to be a little program that reads a set of points from a text file, connects those points via first and second order Bezier lines and displays them on the screen. The resulting curve can be adjusted in several way by the user like adding/deleting/moving points or scaling / translating, then the curve can be saved as a text file or bitmap or printed out.
Why should I use this?
- you don't have the money to buy CorelDraw and don't want to use all of its functions anyway
- you want to experiment a bit with Bezier-curves (more likely)
Apart from that, this is just a little experiment to show how Bezier-curves work, it is not intended as a serious program!
Format of the text files
BezierEditor uses text files for loading and saving data. In each text file, there are between two and four columns of numbers, each column is separated by one 'space' and each line is finalized by a 'return'.