Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammwyy/ps2-homebrew-sample
Hello World using PS2SDK DevKit (For homebrew development purposes)
https://github.com/sammwyy/ps2-homebrew-sample
homebrew playstation-2 ps2dev ps2sdk
Last synced: about 2 hours ago
JSON representation
Hello World using PS2SDK DevKit (For homebrew development purposes)
- Host: GitHub
- URL: https://github.com/sammwyy/ps2-homebrew-sample
- Owner: sammwyy
- License: mit
- Created: 2023-08-10T16:23:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T16:49:39.000Z (2 months ago)
- Last Synced: 2024-09-16T20:42:43.061Z (2 months ago)
- Topics: homebrew, playstation-2, ps2dev, ps2sdk
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PS2 Homebrew Sample
This is a sample homebrew application for the PS2. It is based on the [PS2SDK](https://github.com/ps2dev/ps2sdk).
## ⚙️ Setup environment
For a guide on how to setup the environment, please refer to the [docs/setup_environment.md](docs/setup_environment.md) file.
## 📦 Build
```bash
make clean && make
```Output files will be located in the `build` directory.
## ⚡ Run
You can run the sample using an emulator like [PCSX2](https://pcsx2.net/).
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/sammwyy/ps2-homebrew-sample/issues).## ❤️ Show your support
Give a ⭐️ if this project helped you!
Or buy me a coffeelatte 🙌
[Ko-fi](https://ko-fi.com/sammwy) | [Patreon](https://patreon.com/sammwy)
## 📝 License
Copyright © 2024 [Sammwy](https://github.com/sammwyy).
This project is [MIT](LICENSE) licensed.