Forum: PS3 Technical Development - Topics relating to Playstation 3 Technical development ONLY! Read and discuss the latest Cobra USB updates, tutorials and explanations or find out about bluray drive bypass firmwares plus much more.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: Is SDL working with PSL1IGHT
  

Results 1 to 3 of 3
  1. #1 Is SDL working with PSL1IGHT 
    Anks is offline Registered User
    Join Date
    Jan 2011
    Posts
    4
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    HI just wondering if SDL is working with PSL1IGHT. Ive noticed that cebash is porting it and from the information I can find it seems like it should be useabe to a point but ive yet to set up a development enviroment to test. Ill give it a try myself and let people know how I get on but was hoping somone else had worked out how to integrate the libary.

    https://github.com/cebash/SDL_PSL1GHT

    That is the git but ive found some othe information knocking around just using google.

    Anyway Im also wondering what is the best way at the moment to generate 2d graphics.

    Cheers for any help (off to download the virtual box image)
    Reply With Quote  

  2. #2  
    LeonBlade's Avatar
    LeonBlade is offline Leon Blade
    Join Date
    Jan 2011
    Location
    Blossvale, NY
    Posts
    58
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    I tried building it on OS X and had some trouble, I'll try it on the VM when I get a chance though.

    tiny3d is pretty useful, except 2D doesn't use the full screen it seems, for some reason... I haven't read too much into it though.
    There's no place like ~/

    Need help getting starting developing your own homebrew applications? Look no further!
    http://psx-scene.com/forums/f149/ps3-homebrew-development-getting-started-tutorial-75307
    Reply With Quote  

  3. #3  
    smokin is offline Registered User
    Join Date
    Jan 2011
    Posts
    25
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I got it integrated still working out how to use it though.

    I just ran ./script.sh then did make then make install on ubuntu.

    I had to add SDL_revision.h to the include folder before running the above make command.

    To add it just make a file called SDL_revision.h and put this in it:
    Code:
    #define SDL_REVISION 4407
    Put it in the include folder, then it will build.
    Reply With Quote  

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