1) I'm about to create a word with bezier curves, so each letter would be a bezier curve. Since the word is about 7 letters, I was wondering if there is a better way than calculate each position for control points by hand and try hard coding them by hit and miss.
2) Later on I'm planning to have control points visible, so any help on that metter would help too.
For a performance I'm using Processing's Mandelbrot fractal example but I'm facing various problems to make it into something usable for a performance:
1- When I zoom in like 4 steps, it will take forever to laod.
2- When I zoom in enough with manipulating xmin, ymin and wh, the image mirros and if you zoom in again, it would zoom back instead.
These are my main problems. I would be glad to provide more info if asked or get any advice or link on the topic.
I have a problem with opening a ~500MiG QuickTime file, it takes about 30seconds to load. In order to avoid this delay, is there anyway to just open a portion of the file and play it back and while showing it, load next portion?