Jump to content


Photo

Wave Text (ver1.0 release)


  • Please log in to reply
7 replies to this topic

#1 dpy

dpy
  • Members
  • 114 posts
  • LocationJapan
  • Reputation:6

Posted 24 October 2009 - 06:09 PM

This is new family of "Text Fomations"

After i created Spiral Text , I asked myself "How another Madjick's plugin-sin curves ?"
yes , this plugin writes the character in the sin curve.


Menu > Effects > Text Formations > Wave Text

Posted Image

UI
this is Full size UI
Posted Image
This UI is so long.
size is 351x792 .

I'd like to compact it , but I can not create UI myself without CodeLab.
If your display size is 1024x768 , please use short size UI.
Short size UI is except "bold" and "Italic" ,
size is 351x738

I prepare two dll files
Choice Full size UI or Short size UI.


How to use

It looks like Spiral Text well.
It is very easy though there are a lot of adjustments.
I explain only the thing which you are hard to understand.
( It is because of my strange english naming...).

change x/y
This exchanges x for the value of y and changes the horizontal wave into the vertical .

Picth of charactor
The pitch of the character has been decided only in the direction of x.

Angle of start
It means the start angle of the sine curve.
If it is 90, it starts from the top of the wave.
However, it is not accurate. It shifts a little. I think that there is a mistake in the program.

Sound wave
It raise a wave or lower it or the both.
I was not able to take a just name.

Symmetry
This is a lie, too.
You must adjust the start of the angle to make it symmetry precisely.

Reverse
this is correct.


anywawy enjoy!

Download 

Edited by dpy, 06 April 2010 - 01:50 PM.


#2 barkbark00

barkbark00
  • Members
  • 3,336 posts
  • Reputation:2

Posted 24 October 2009 - 06:11 PM

First comment!! ;-)

This looks sweet. I'll be testing as soon as I get home!

Keep up the great work dpy!
Posted Image
Take responsibility for your own intelligence. ;) -Rick Brewster

#3 Leif

Leif
  • Members
  • 672 posts
  • LocationDenmark
  • Reputation:0

Posted 24 October 2009 - 07:36 PM

:D You are on a roll. :wink: Anyway, these plugins is sure to be useful. Thanks for sharing.
Posted Image
My DA: http://leif-j.deviantart.com/
--------------
Some people seek justice so persistent, that they will do great injustice themselves.

#4 Simon Brown

Simon Brown
  • Members
  • 10,187 posts
  • Reputation:15

Posted 24 October 2009 - 10:25 PM

This UI is so long.
size is 351x792 .

I'd like to compact it , but I can not create UI myself without CodeLab.


Have you considered downloading the free (express) version of Visual Studio so that you can create a more compact UI?
Posted Image

#5 dpy

dpy
  • Members
  • 114 posts
  • LocationJapan
  • Reputation:6

Posted 25 October 2009 - 07:41 AM

barkbark00,Leif
Thank you for coment :)

Have you considered downloading the free (express) version of Visual Studio so that you can create a more compact UI?

yes , I also think so.
and , I am studying VSC# now . but , it is so difficult for me than CodeLab .:oops:
I got possible recently to create an exe file(only WindowsFormsApplication).
next , I will challenge to create dll file for PDN by VSC#.
When this pluguin will become compact UI , I will call it v2.0 :)

#6 Boude

Boude
  • Members
  • 592 posts
  • LocationThe Netherlands
  • Reputation:1

Posted 25 October 2009 - 10:39 AM

How should study some of Madjik's plug-ins and this:http://paintdotnet.f...hp?f=27&t=23344. You can find the sources here:http://paintdotnet.f...hp?f=16&t=21592.

And you have created another awesome plug-in!
Posted Image
History repeats itself, because nobody was paying attention the first time.

#7 Simon Brown

Simon Brown
  • Members
  • 10,187 posts
  • Reputation:15

Posted 25 October 2009 - 01:23 PM

Have you considered downloading the free (express) version of Visual Studio so that you can create a more compact UI?

yes , I also think so.
and , I am studying VSC# now . but , it is so difficult for me than CodeLab .:oops:
I got possible recently to create an exe file(only WindowsFormsApplication).
next , I will challenge to create dll file for PDN by VSC#.
When this pluguin will become compact UI , I will call it v2.0 :)


Choose the class library option. CodeLab can generate the code for the effect it builds (that uses IndirectUI). To see how to move to a non-IndirectUI effect, I suggest looking at the BlendModesPlus source (MadJik's plugins tend to use IndirectUI).
Posted Image

#8 dpy

dpy
  • Members
  • 114 posts
  • LocationJapan
  • Reputation:6

Posted 25 October 2009 - 03:05 PM

How should study some of Madjik's plug-ins and this:http://paintdotnet.f...hp?f=27&t=23344. You can find the sources here:http://paintdotnet.f...hp?f=16&t=21592.

Thank you for information.umm..I know both topics , but I thank for your consideration. :)

Choose the class library option. CodeLab can generate the code for the effect it builds (that uses IndirectUI). To see how to move to a non-IndirectUI effect, I suggest looking at the BlendModesPlus source (MadJik's plugins tend to use IndirectUI).

yes! Your advice is always good for me!
and...i can not say well... anyway I will look at the BlendModesPlus source!
Thank you !! :D