
GitHub - Lameguy64/PSn00bSDK: The most powerful open source SDK …
PSn00bSDK is an open source homebrew software development kit for the original Sony PlayStation, consisting of a C/C++ compiler toolchain and a set of libraries that provide a layer …
Home | PSXDEV
This is the official PSX SDK that licensed Sony developers used to make their games (EG: WipEout, Crash Bandicoot, etc). We reccomend starting off with the Psy-Q SDK as it's well documented and has everything you will ever need in creating 2D as …
Getting Started - psx.dev
The original official SDK, together with the compilers/linkers of the time. Most of them are built for 16 bit, so you will need old operating systems, virtual machines, are some other ways of getting them to run on modern hardware.
GitHub - nathanhi/psxsdk: Homebrew Sony PlayStation 1 SDK
PSXSDK is an unofficial homebrew software development kit for the Sony PlayStation™. The SDK supports both GCC as well as Its programming tools (compiler, assembler, linker, etc.) …
GitHub - ChrisRx/psxsdk: psxsdk is a collection of tools and …
psxsdk is a collection of tools and libraries for Playstation 1 development. psxsdk was initially creating software to use the Net Yaroze on linux, but the scope has grown to include any PS1 development software that comes out of getting the Net Yaroze development environment working on modern computers.
Help - PSXDEV
This tutorial will teach you how to setup and install Psy-Q for the PlayStation 1 (PSX, PS1 / PSone). What is Psy-Q? Psy-Q was an SDK created by SN Systems Limited and Psygnosis. The SDK came with manuals, documents, discs, floppies, a blue parallel dongle and a SCSI ISA interface (yellow) card for the comms link to the Playstation 1.
[TUTORIAL] Setting up the PSXSDK under Windows and Linux
2018年2月2日 · In this tutorial I will explain how to install and use PSXSDK. Currently this tutorial is for Windows and Ubuntu linux. Other operating systems will be added in the future. As PSXSDK requires POSIX environment we will be using Cygwin. Download x86 version even if you use x64 build of Windows (thanks Xavi92).
PSX Psy-Q SDK - Arthus.net
Nugget + PsyQ : PSX sdk for modern OSes See setup instructions here : https://github.com/ABelliqueux/nolibgs_hello_worlds#installation Old World PsyQ (Win98/XP)
GitHub - ayrtonm/psx-sdk-rs: Rust SDK targeting the original Playstation
This is a basic SDK to run custom Rust code on a PlayStation 1. It works with Rust nightly version equal to 2024-12-21. Newer nightly versions may or may not work depending on changes to …
Starting PSX development - Arthus.net
PSn00bSDK It's shiny new, open-source, and fairly documented. It works on Win, Macos and Gnu/Linux. You (might) need some examples... You can find samples for most of the PSX's capabilities in this repo : https://github.com/ABelliqueux/nolibgs_hello_worlds. You need an …