PS4-SDK

Open source PS4 SDK

  • 所有者: CTurt/PS4-SDK
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

PS4 SDK

An open source PlayStation 4 SDK for writing userland applications which can be run with the PS4-playground.

Building and installing

You will need LLVM version 3.7 or later for compiling, and binutils for linking (from MinGW if you are on Windows).

Clone this repository locally, or download and extract a ZIP of the repository here.

Then create an environment variable called, PS4SDK which points to the base directory of the repository, using the Unix path style; for example:

/C/Users/Chris/Documents/GitHub/PS4-SDK

Build the libraries by running make on the libPS4 and libusbfatfs directories.

Finally, you can build examples by running make on them.

Design

At the moment, it is primarily focused on system calls.

However, using function pointers and the RESOLVE macro, we can call functions from other modules. For example, the socket functions from libSceNet.sprx.

Support

Whilst the SDK isn't capable of most basic functionality yet, such as displaying graphics, or receiving controller input, there are workarounds: rendering to an HTML5 canvas, and using third party USB controllers, or a DS/PSP wirelessly for example.

The SDK is currently in a state where projects like an FTP server, a mini Pong game, or GameBoy emulator could be developed.

Examples

hello - Load libc module and perform getpid system call

sockets - Send a message over a TCP socket

modules - Load and dump a module

threads - Create and wait for a thread to increment a variable

canvas - Render to an HTML5 canvas

camera - Initialise the PlayStation Camera and capture 10 frames

pad - Read controller input (not finished)

jit - Setting up JIT shared memory

Filesystem

directories - List the contents of a directory

files - Read a file's size, and its contents

USB

list_devices - List information about all USB devices connected

storage - Read raw image from a USB flash drive

usbfatfs - Read files from USB formatted with FAT

主要指標

概覽
名稱與所有者CTurt/PS4-SDK
主編程語言C
編程語言Makefile (語言數: 5)
平台
許可證
所有者活动
創建於2015-08-17 19:26:21
推送於2017-03-30 20:56:41
最后一次提交2017-03-30 21:56:40
發布數0
用户参与
星數1k
關注者數108
派生數255
提交數457
已啟用問題?
問題數12
打開的問題數5
拉請求數7
打開的拉請求數2
關閉的拉請求數1
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?