Code Monkey home page Code Monkey logo

psp-poc's Introduction

PSP-POC

Running Python scripts to control PSP hardware as a proof of concept.

Running Code

Copy this project contents into PSP/GAME folder and execute it like you would with any other homebrew.

How it works

  • This POC is based on the concept of Stackless Python. It uses Stackless Python 2.5.2 port for PSP from this repo. The interpreter port is already compiled into EBOOT.PBP PSP binary.

  • When launched, the interpreter will try to find a "script.py" file in its directory and run it. If there is none, it will exit to XMB.

  • The python folder teoretically holds all python built-in libraries (the ones from Python 2.5 at least, but it is possible that some features were not fully ported) and are used by the Stackless Python interpreter at run time. KEEP THIS FOLDER AS IS.

  • While developing, to enable code-completion for the PSP specific libraries, copy the files inside dev-mocks to the same folder as script.py. They are embeded into EBOOT.PBP when running on real hardware, so it can be safely discarted on a final release build.

psp-poc's People

Contributors

rumd3x avatar

Stargazers

lightblue avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.