Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.28 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.28 KB

SDL2 for liborbis

What does this do?

This is an unofficial port of SDL2.0 for PlayStation 4 using liborbis. It is ugly and some functionalities are not tested. I have no idea about SDL and the base port have been done in less than 24 hours porting from VITA code so sure you could improve it and make it much better than me or port it for other libraries. No intention from me to maintain it.

You can get a little sample in liborbis repository with video and pad using SDL. Audio is using directly liborbis although i have implemented audio part on SDL i have not tested it, but i left some init method for externals libraries on liborbisAudio to avoid callbacl function and control buffer population with your own hands link, feel free to test it.

Sample link

Credits

Special thanks goes to:

  • xerpi,Cpajuste,rsn8887 and others who made SDL-Vita port without it i could not been done it.
  • Hitodama for his incredible work with ps4sdk.
  • All people involved with liborbis.
  • Of course to the SDL crew for all this stuff.