dpy Posted October 24, 2009 Share Posted October 24, 2009 (edited) 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 UI this is Full size UI 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 April 6, 2010 by dpy Quote my Paint.net site(Japanese)|my Paint.net youtube(Strange English/Japanese) Link to comment Share on other sites More sharing options...
barkbark00 Posted October 24, 2009 Share Posted October 24, 2009 First comment!! ;-) This looks sweet. I'll be testing as soon as I get home! Keep up the great work dpy! Quote Take responsibility for your own intelligence. 😉 -Rick Brewster Link to comment Share on other sites More sharing options...
Leif Posted October 24, 2009 Share Posted October 24, 2009 You are on a roll. :wink: Anyway, these plugins is sure to be useful. Thanks for sharing. Quote My DA: http://leif-j.deviantart.com/ -------------- Some people seek justice so persistent, that they will do great injustice themselves. Link to comment Share on other sites More sharing options...
Simon Brown Posted October 24, 2009 Share Posted October 24, 2009 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? Quote Link to comment Share on other sites More sharing options...
dpy Posted October 25, 2009 Author Share Posted October 25, 2009 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 Quote my Paint.net site(Japanese)|my Paint.net youtube(Strange English/Japanese) Link to comment Share on other sites More sharing options...
Boude Posted October 25, 2009 Share Posted October 25, 2009 How should study some of Madjik's plug-ins and this:http://paintdotnet.forumer.com/viewtopic.php?f=27&t=23344. You can find the sources here:http://paintdotnet.forumer.com/viewtopic.php?f=16&t=21592. And you have created another awesome plug-in! Quote History repeats itself, because nobody was paying attention the first time. Link to comment Share on other sites More sharing options...
Simon Brown Posted October 25, 2009 Share Posted October 25, 2009 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). Quote Link to comment Share on other sites More sharing options...
dpy Posted October 25, 2009 Author Share Posted October 25, 2009 How should study some of Madjik's plug-ins and this:http://paintdotnet.forumer.com/viewtopic.php?f=27&t=23344. You can find the sources here:http://paintdotnet.forumer.com/viewtopic.php?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 !! Quote my Paint.net site(Japanese)|my Paint.net youtube(Strange English/Japanese) Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.