Results 1 to 4 of 4

Thread: ssLib v0.2beta

                  
   
  1. #1
    Won Hung Lo wraggster's Avatar
    Join Date
    Apr 2003
    Location
    Nottingham, England
    Age
    53
    Posts
    141,426
    Blog Entries
    3209
    Rep Power
    50

    psp ssLib v0.2beta

    New from glynndor:

    My first library for lua- UPDATED

    Background:
    I have been wanting to do some librarys in lua for a while now, however had no good ideas, (except one that I am still toying with). Then a couple of days ago I had two, ssLib and one other (staying secret). So I worked hard today- completely rewriting the whole library four times, until I reached this. But what is this?

    Well, ssLib is something that I think will benefit many applications, it allows you to add a screensaver with one line of code. Sadly though, it is still incomplete, and I was not sure whether or not I should release it. It currently contains only two options, scrolling and teleporting text. Scrolling text scrolls text backward and forward and up and down the screen, you can choose your message and the speed and the colour and soon to be some other factors also. Teleporting text has the text jump from one place on the screen to another, you can customise it in similar ways to scrolling text.

    What is currently wrong with ssLib? Well, at the moment there is one massive bug- setting a delay. Because I cant as of yet find a suitable way to make a delay until the screensaver comes on without affecting your app. This means you will have to make one yourself and then call the saver. Oh well, we can live with that.

    Usage:

    before the main bit of your script, (the while true do bit), type:

    Code:
    dofile("ssLib.lua")then, when you want the scrolling screensaver to appear type this:

    Code:
    ssscroll(size, colour, speed, message)
    when you want the teleporting one to appear type

    Code:
    sstele(size, colour, speed, message)If you are confused see the example!
    Type rainbow as your colour for the rainbow effect
    Then, when no buttons are pressed it will exit back to your app!

    To do:
    lots including:
    Add more screensavers, any ideas? I thought star field and that bouncing text one, put any other suggestions here.

    Add flashing (rainbow type) colours - DONE

    Add size customisability - DONE!

    ADD DELAY!!!

    lots more, 99% of which I have forgotten.

    So, there ya go!
    Enjoy, Alex!

    Download and Give Feedback via Comments

    via glynndor

  2. #2
    DCEmu Coder splodger15's Avatar
    Join Date
    Jun 2006
    Location
    London
    Age
    34
    Posts
    4,123
    Rep Power
    95

    Default

    keep up the good work glynndor

    PSN ID: splodger15

  3. #3
    DCEmu Pro
    Join Date
    Dec 2005
    Location
    Portugal
    Posts
    505
    Rep Power
    75

    Default

    HMM, sounds pretty cool. I´ll check it out once I have time.
    Thanks

  4. #4
    DCEmu Newbie
    Join Date
    Aug 2006
    Posts
    18
    Rep Power
    0

    Default

    there are a couple of screensavers I like:

    - Lightnings : just random lighnings effects on a black screen
    - BSOD : Simulate system errors , the linux kernel panic is really my favorite but it would also be amazing to see the classical windows BSOD on PSP or Atari's bombs , ect..

    have a seen to this page for more classical ss: ScreenHacks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •