Jump to content

qwertyuu

Members
  • Posts

    98
  • Joined

  • Last visited

About qwertyuu

  • Birthday 06/24/1996

Profile Information

  • Gender
    Male
  • Location
    Quebec (Canada)

qwertyuu's Achievements

Enthusiast

Enthusiast (6/14)

  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter
  • First Post

Recent Badges

2

Reputation

  1. According to the fact that Steam is pretty big and the percentage of people using it (5.81%) can be applied to any scale and still get a precise approximation... If EVERYBODY in the world had a computer, 410,360,300 people would be using PDN.
  2. Yep, and this community is quite big, it can give us a really great view of how big the PDN userbase is! http://store.steampowered.com/hwsurvey
  3. I love you guys, thanks a lot! EDIT: yes, I too think these instructions should be stickied. Starting PDN development, I thought the VS integration had been done many years ago, and as I see now... it was left out a little in the late years. If I were to be better, I could try to maintain the VS aspect of Plugins in PDN, but, I ain't that good
  4. I know, CodeLab is very well done, and I like it. I still don't totally love it yet, as in some stuff is lacking. I want to debug my plugins, which is impossible to do inside CodeLab. So, I need help... for starting my own project inside VisualStudio, and using the same template as CodeLab #region UICode #endregion void Render(Surface dst, Surface src, Rectangle rect) { // Delete any of these lines you don't need Rectangle selection = EnvironmentParameters.GetSelection(src.Bounds).GetBoundsInt(); int CenterX = ((selection.Right - selection.Left) / 2)+selection.Left; int CenterY = ((selection.Bottom - selection.Top) / 2)+selection.Top; ColorBgra PrimaryColor = (ColorBgra)EnvironmentParameters.PrimaryColor; ColorBgra SecondaryColor = (ColorBgra)EnvironmentParameters.SecondaryColor; int BrushWidth = (int)EnvironmentParameters.BrushWidth; ColorBgra CurrentPixel; for (int y = rect.Top; y < rect.Bottom; y++) { for (int x = rect.Left; x < rect.Right; x++) { CurrentPixel = src[x,y]; dst[x,y] = CurrentPixel; } } } } So... What are the references that I need? (the important ones, because I know I can just select them all) What are the "using" statements I should put? Do I have to make a class, namespace and everything? Any template example would be really appreciated, thanks!
  5. NN79 - 3 Kemaru - 1 #winner: NiteNurse79 I love Nitenurse's simplicity compared to the complexity and confusion of Kemaru's sig Congrats Nitenurse!
  6. I don't give up then! doughty, I challenge you!
  7. Just that everyone asks for a Photoshop this, Photoshop that... (talking about features) And the more it goes on, the more Paint.NET is fading into a Free Photoshop clone. Just like Microsoft. They are changing EVERYTHING and now they act 90% like Apple, which make me fear a little since Windows was my OS of choice... And seeing what they're planning in the future is just terribad.
  8. So... PDN will become the Free alternative to PS? It feels bad... like Microsoft turning into Apple 2.
  9. I love minimalism And all of the minimalist sigs lost their battles, so I may just stop entring Thanks!
×
×
  • Create New...