Bending Text ?

For general discussion related FlowStone
User avatar
lalalandsynth
Posts: 600
Joined: Sat Oct 01, 2016 12:48 pm

Bending Text ?

Post by lalalandsynth »

Is there a way to "bend" text somehow ?

I want to bend this text so it takes on the curve of the model , have not seen that anywhere so far .

Thoughts ?
Bend text.jpg
Bend text.jpg (112.84 KiB) Viewed 23091 times
tulamide
Posts: 2714
Joined: Sat Jun 21, 2014 2:48 pm
Location: Germany

Re: Bending Text ?

Post by tulamide »

It can't be done in realtime. The functionality simply is missing. Your best chance is to prepare all the strings already bended and saved as a bitmap (with whitespace, so that the center of the bitmap can be set to the center of the "tape roll", and then rotating that image alongside the tape roll. Image rotation can be done in realtime, either with green prims or Ruby.
"There lies the dog buried" (German saying translated literally)
User avatar
lalalandsynth
Posts: 600
Joined: Sat Oct 01, 2016 12:48 pm

Re: Bending Text ?

Post by lalalandsynth »

Thanks Tula !
User avatar
wlangfor@uoguelph.ca
Posts: 912
Joined: Tue Apr 03, 2018 5:50 pm
Location: North Bay, Ontario, Canada
Contact:

Re: Bending Text ?

Post by wlangfor@uoguelph.ca »

It can be done in ruby, and even with prims. I could make something which does that for You.

Will be soon. The math should prove challenging. Too bad I do not work with trigonometric functions that would be ideal.
My youtube channel: DSPplug
My Websites: www.dspplug.com KVRaudio flowstone products
User avatar
wlangfor@uoguelph.ca
Posts: 912
Joined: Tue Apr 03, 2018 5:50 pm
Location: North Bay, Ontario, Canada
Contact:

Re: Bending Text ?

Post by wlangfor@uoguelph.ca »

will do this today. sorry for the wait
My youtube channel: DSPplug
My Websites: www.dspplug.com KVRaudio flowstone products
User avatar
lalalandsynth
Posts: 600
Joined: Sat Oct 01, 2016 12:48 pm

Re: Bending Text ?

Post by lalalandsynth »

No stress , glad you are taking the time , thanks !
User avatar
wlangfor@uoguelph.ca
Posts: 912
Joined: Tue Apr 03, 2018 5:50 pm
Location: North Bay, Ontario, Canada
Contact:

Re: Bending Text ?

Post by wlangfor@uoguelph.ca »

Fell asleep early, on it today.
My youtube channel: DSPplug
My Websites: www.dspplug.com KVRaudio flowstone products
User avatar
wlangfor@uoguelph.ca
Posts: 912
Joined: Tue Apr 03, 2018 5:50 pm
Location: North Bay, Ontario, Canada
Contact:

Re: Bending Text ?

Post by wlangfor@uoguelph.ca »

OK, so working on this and it should be fairly featured.

I'm making sure that everything is vector based so that it is not so difficult to position etc. I was thinking though; Odds are You want this to spin? I guessed based on the image you provided.

If so, I'll either use ruby to make it all spin or I will provide a bitmap saver which is automatic and then which in turn can make it spin at Your desired speed.

It's a nice effect and while I feel trigonometry would be more accurate to effectively decide the plane for other sphere styles at least this can handle square ones. Though perhaps due to to it being vector in nature it would work either way? Assuming I added some extra math I suppose.

Will let You know when it is done.
My youtube channel: DSPplug
My Websites: www.dspplug.com KVRaudio flowstone products
tulamide
Posts: 2714
Joined: Sat Jun 21, 2014 2:48 pm
Location: Germany

Re: Bending Text ?

Post by tulamide »

wlangfor@uoguelph.ca wrote:OK, so working on this and it should be fairly featured.

I'm making sure that everything is vector based so that it is not so difficult to position etc. I was thinking though; Odds are You want this to spin? I guessed based on the image you provided.

If so, I'll either use ruby to make it all spin or I will provide a bitmap saver which is automatic and then which in turn can make it spin at Your desired speed.

It's a nice effect and while I feel trigonometry would be more accurate to effectively decide the plane for other sphere styles at least this can handle square ones. Though perhaps due to to it being vector in nature it would work either way? Assuming I added some extra math I suppose.

Will let You know when it is done.

I'm awaiting it eagerly. A real time font bending engine would be great! With all my knowledge I couldn't find a way to realize it. Only with bitmaps, which of course is too CPU heavy, and negates the purpose of realtime vector drawing. So that will come in handy.
"There lies the dog buried" (German saying translated literally)
User avatar
lalalandsynth
Posts: 600
Joined: Sat Oct 01, 2016 12:48 pm

Re: Bending Text ?

Post by lalalandsynth »

This will be amazing .

On another note , could something be made that would have a similar effect as the font , "Sharp" "Crisp" etc in Photoshop ? Its very annoying to have the PS fonts and FS fonts be different , namely the FS fonts being fuzzy.

Dont know if its possible , probably not , just thought I would mention this issue.
Post Reply