X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2Fblog-0016.html-inc;h=5cffcd0ebb5354305adb3abd5629757838af7273;hb=e785862422f3e827a242fc244bd57b23443887ce;hp=2fd0e2bf0a76942e5489562bd2868dfdaf058b50;hpb=6e0d970b5047980a17d230b86d5c27c49213d18c;p=sdlgit%2FSDL-Site.git diff --git a/pages/blog-0016.html-inc b/pages/blog-0016.html-inc index 2fd0e2b..5cffcd0 100644 --- a/pages/blog-0016.html-inc +++ b/pages/blog-0016.html-inc @@ -1,6 +1,18 @@

-Newbie Friendly Perl Projects +SDLpp.pl: Packaging SDL Scripts Alpha

-
A seed needs soft soil and water to grow
This is a reply to szabgab's post on how to get newbies interested in Perl modules. Being a newbie in Perl myself I thought I should take a shot.

I was thinking you can make projects more accessible to newbies by having a step by step plan included with where they need to look. For example for docs of SDL_perl:
  1. Look at SDL docs [link]
  2. See where SDL_perl is using the same functions [link] and the docs to this file [link]
  3. Use the pod format to add it to the source [link to using pod]
  4. {BONUS} Come up with tutorial or cookbook [link to example]
  5. Submit code to github [link] or email them to me [link]

Basically assume nothing is known. I know this may seem demeaning but I am a newbie to Perl and sometimes I hate looking for crust (docs). I call it crust because a crust is useful for me to eat a pizza slice, but it has no flavor .

--yapgh
\ No newline at end of file +After a lot of patches and head scratching I have an alpha version of SDLpp.pl. The purpose of SDLpp.pl is to allow SDL perl developers to package their game for end users.
+
+Here is the shooter.pl packaged up:
+
+
  1. win32/64
  2. +
  3. Linux 5.88
  4. +
  5. Linux 5.10
  6. +

+We are looking into testing this on a Mac Build server.
+
+Caio
+


+

\ No newline at end of file