Announcement

Collapse
No announcement yet.

NoRSX PC Emulator By Deroad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • NoRSX PC Emulator By Deroad

    By deroad

    Published on 07-01-2012 11:16 P.M.

    Developer deroad has stoppped by the site today to share his latest creation, the NoRSX PC Emulator. No, this is not a PS3 Emulator (this does not emulate the PS3, it emulates the NoRSX PS3 environment), it is a port of NoRSX from the PS3 to the PC; meaning, if you do not have a PS3, you can still develop for the PS3 using this tool to test and release your work (you can not play PS3 Games on your PC!). This tool will be updated along with NoRSX as new features are added.

    Hi everyone! deroad is here (again) to release a good tool to allow people to work with my NoRSX Library on pc. I have ported and coded the ps3 version to PC. What does it do? well it has the same functions of the ps3 version.

    FAQ:

    Is it a PS3 Emulator? NO IT ISN'T. It's a port.

    Who coded it? Me, Deroad.

    What does it do? The same things as the PS3 version.

    Will it be updated when NoRSX (PS3 Version) is updated? Yes, it will be updated with the same updates as the PS3 one.

    What Libs does it require? you need SDL, SDL_image and freetype2.

    What i can do with it? i already have the PS3 version! Well i wrote it, since some time i don't have the PS3 and i need something to allow me to continue to work on this lib. this is why i created it; but for you can be a useful tool to test the graphics of your homebrew if you used NoRSX as the default lib; it will save you lot of time.

    Authors: Deroad, KDSBest (for his performance patches).

    Review by PSDev:

    I got the honors of testing Deroads(wargio, NoRSX emulator. although at first I had trouble with compiling, that was my own fault as my Linux was outdated and I didn't have the required SDL and freetype2 library. after getting that done I started it and it looked nice, Had a middle png image and fps (frames per second) rate shown and a nice little exit message. Once you download you will notice the main.cpp this is what you're gonna use to write your NoRSX programs and that's what the NoRSX Emulator going to run. The way he has coded it is great, it's simple to make your own homebrew, from changing image, font, or rearranging the bitmap to your liking. One bit of code that I enjoyed was this snippet below

    PHP Code:
    NoRSX *GFX = new NoRSX(RESOLUTION_1280x720); 
    that line of code basically allows you to set the screen resolution from 720x480, 720x576 and 1280x720. This is great cause you can choose the size of the screen! another simple piece of code is

    PHP Code:
    Font F2("data/Sans.ttf" ,GFX); 
        
    IMG.LoadPNG("data/PsDev.png", &png); 
        
    u32 imgX =(GFX->width/2)-(png.width/2), imgY = (GFX->height/2)-(png.height/2); 
    These snippets are the font and image changer. These are located in the Data folder and allow easy change for the middle image(or in your own code to be where ever you choose on bitmap)or the font type, so this emulator is giving good flexibility and have it your way.

    Anyway, in conclusion, I hope you enjoy this emulator as much as I do and make sure to thank deroad (KDS for improvement patches) for his hardwork, because it's really paying off! thanks bye -PsDev

    You can get it here:
    NoRSX PC Emulator
    The Hackmaster

  • #2
    Install Package Homebrew for PS3 CFW By Deroad

    Install Package Homebrew for PS3 CFW By Deroad is Released

    Following up on his NoRSX PS3 v0.1.9 (96b8a31) update, today PlayStation 3 developer deroad has released an application dubbed Install Package Homebrew for PS3 CFW users with details below.

    Download

    Install Package Homebrew for PS3 CFW
    Install Package Homebrew for PS3 GeoHot CFW

    To quote: Hi everyone, since I'm working on PSChannel (I don't know when it will be finished), I had to build a few features for it (I will not tell which they are). so I written this simple homebrew to install one or more PKG without using the XMB option. this app is useful if you, for some reason, can't use that option.. it will create on the XMB a new icon that will allow you to install that pkg.

    How to use it:

    Place in the main directory of your USB a pkg (it can handle up to 100 pkgs, and the max size for each of them is 4GB).. then plug in the usb on the ps3 and run the app.

    It will search the usb from /dev_usb000 to /dev_usb009, once found it will start it copy and create the right files to allows you to install it from the XMB without the option.

    THIS APP WILL RESTART THE PS3 ONCE FINISHED. I hope that this app can be useful (maybe also someday).
    The Hackmaster

    Comment


    • #3
      NoRSX 2D lib for PSL1GHT updated to 0.2.0

      deroad has released an update of his NoRSX 2d library. See the Changelog below, or visit the project on GitHub for more details.

      - 0.2.0 -

      Text rendering improved with performance test
      Fixed XMB Flip. Now is much more better.
      Added Printf functions.

      just initialize it: init_print(path_to_directory);
      write something to file: print(“Hello World!n”);
      close the file: end_print();

      Added XMB Status
      Performance Patches for Font functions
      NoRSX 2D lib for PSL1GHT at GitHub

      via deroad’s twitter page
      The Hackmaster

      Comment


      • #4
        Install Package 1.3 by deroad

        Install Package 1.3

        Posted by deroad

        I have fixed a bug on this homebrew. Now this tool is perfect (I hope).

        My git was updated to this version (1.3) and on the 25th of December there will be a Christmas release.
        [Downloads]

        [Signed] https://www.dropbox.com/s/2vv5vn3cf1...geohot.1.3.pkg

        [Unsigned] https://www.dropbox.com/s/2st8kan107...Package1.3.pkg
        The Hackmaster

        Comment

        Working...
        X