Forum: Other Homebrew - Share your thoughts, ideas and opinions about Homebrew with other devs and members. The PSX-Scene Other Homebrew Forum contains valuable information shared by members and devs.


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: Good Dev-Forums?
  

Results 1 to 7 of 7
  1. #1 Good Dev-Forums? 
    Max Klinger-PSG is offline Registered User
    Join Date
    Jun 2011
    Posts
    20
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Hi again

    I wonder if there are any good (especially active) forums for developers of the ps3 out there. (especially for using psL1ght not the official SDK)?

    Any suggestions? I can't ask everything on stack overflow
    Reply With Quote  

  2. #2  
    perspex's Avatar
    perspex is offline Moderator
    Join Date
    Dec 2010
    Location
    Rich,Expensive,Fast Car Driving,Sex having city!
    Posts
    1,066
    Downloads
    0
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    10
    There are no ps3 dev sites that i know of, normally what ps3 devs do is they join a site and post their apps there and the site mods(like me :P) see it and if its good enough we post it on the front page with your name in BOLDS!

    And once any ps3 site posts it, it will automatically spread to each and ever ps3 scene site on the web since all the mods keep an eye on the all the sites and for news.

    And also, there is only psl1ght, i have no idea what you mean by official sdk, without a jailbroken ps3 you cannot make homebrew and without psl1ght you wont be able to make and sign apps to work on the jailbroken ps3.

    One more thing you can do, if you want to share you source code is upload the code to github or git-hacks.

    And if your looking for help, then use the forums to ask questions, there are many programmers and devs out there who help people out.

    Like me?---->+Rep!
    Hate me?---->-Rep!
    Your Call!
    Reply With Quote  

  3. #3  
    manster-PSG is offline Registered User
    Join Date
    Feb 2011
    Posts
    18
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Reply With Quote  

  4. #4  
    perspex's Avatar
    perspex is offline Moderator
    Join Date
    Dec 2010
    Location
    Rich,Expensive,Fast Car Driving,Sex having city!
    Posts
    1,066
    Downloads
    0
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    10
    ^ those are there, but keep in mind, that site has very few members, its not very active, so no use =.=

    Like me?---->+Rep!
    Hate me?---->-Rep!
    Your Call!
    Reply With Quote  

  5. #5  
    Max Klinger-PSG is offline Registered User
    Join Date
    Jun 2011
    Posts
    20
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Thats why I asked.

    I also googled a lot of sites and most were quite dead or had the newest posts from 2010. It is a bit sad. I am an advanced programmer in .NET (yes: I know this sounds a bit arrogant) but I just cannot force myself to code in pure C with no gui help at all.

    On the other hand: I really want to code something on the ps3. Days should have at least 48 hours to code just a part of all those stuff, I want to

    I think, I will start like Robo Hobo who AFAIK mainly ports open source projects for PS3. Could be a good start to learn environment; I really want to see OpenTT on the PS3 for example.

    Nontheless: Thanks for your help. I will stick with L1GHT-Wiki and a lot of Stack Overflow in the beginning, I think.
    Reply With Quote  

  6. #6  
    perspex's Avatar
    perspex is offline Moderator
    Join Date
    Dec 2010
    Location
    Rich,Expensive,Fast Car Driving,Sex having city!
    Posts
    1,066
    Downloads
    0
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    10
    if you want to make homebrew then you need to learn python, psl1ght is only compatible with python and if you want to make windows apps related to the ps3 with C and gui help then download a copy of microsoft visual studio, you cannot get a better looking,better feeling, stupidly easy interface than that.

    You literally need to drag and drop gui controls on the pre-made blank gui form.....

    Like me?---->+Rep!
    Hate me?---->-Rep!
    Your Call!
    Reply With Quote  

  7. #7  
    Max Klinger-PSG is offline Registered User
    Join Date
    Jun 2011
    Posts
    20
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    VS (Visual Studio) is what I already use since 5 years. Thats what I meant with coding in .NET. I've done a lot of other things before (Basic, Turbo Pascal and even C and C++, but it was that much time before I cannot really use that knowledge anymore. (And especially in C I just used it for the basics).

    Of course I know I cannot just drag/drop Controls on a Page for PS3.

    I might be wrong but all I did see from the (rare) examples for PSL1GHT looked damn close to C to me. I wouldn't expect that python could do any time-critical processes at all.

    AFAIK python is only used for "typical" Linux-stuff for the toolchain and stuff.

    You can correct me if I'm wrong

    (edit)
    That is definitely C:
    #include <psl1ght/lv2/net.h>

    #include <stdio.h>
    #include <malloc.h>
    #include <string.h>
    #include <errno.h>

    #include <sys/socket.h>
    #include <netinet/in.h>
    #include <arpa/inet.h>...
    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
  •