Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joel16/vitalbum
A simple file browser for PS Vita homebrew that is used for viewing various image formats.
https://github.com/joel16/vitalbum
Last synced: about 2 months ago
JSON representation
A simple file browser for PS Vita homebrew that is used for viewing various image formats.
- Host: GitHub
- URL: https://github.com/joel16/vitalbum
- Owner: joel16
- License: mit
- Created: 2020-07-07T02:24:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T01:49:28.000Z (2 months ago)
- Last Synced: 2024-10-25T03:55:17.692Z (about 2 months ago)
- Language: C++
- Size: 4.94 MB
- Stars: 19
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VITAlbum ![Github latest downloads](https://img.shields.io/github/downloads/joel16/VITAlbum/total.svg)
A simple homebrew file browser that is used for viewing various image formats on the PlayStation VITA. This is a stripped down port of NX-Shell (Next) for Nintendo Switch. It only supports viewing images/gifs.
# Supported Formats:
- BMP
- GIF (animated & non animated)
- ICO
- JPG/JPEG
- PCX
- PNG
- PGM/PPM
- PSD
- SVG
- TGA
- TIFF
- WEBP (animated & non animated)# Todo:
- Ability to resize images.
- Support opening files from other partitions.# Credits:
- Rinnegatamante for [vitaGL](https://github.com/Rinnegatamante/vitaGL)
- Rinnegatamante for [imgui-vita](https://github.com/Rinnegatamante/imgui-vita)
- ocornut and contributors for [upstream imgui](https://github.com/ocornut/imgui)
- stb_image contributors [stb_image](https://github.com/nothings/stb/blob/master/stb_image.h)
- dr-soft for [dr_pcx](https://github.com/dr-soft/dr_pcx)
- libwebp contributors for [libwebp](https://developers.google.com/speed/webp)
- libtiff contributors for [libtiff](http://www.libtiff.org/)
- libnsbmp contributors for [libnsbmp](https://www.netsurf-browser.org/projects/libnsbmp/)
- libnsgif contributors for [libnsgif](https://www.netsurf-browser.org/projects/libnsgif/)
- libpng contributors for [libpng](http://www.libpng.org/pub/png/libpng.html)
- turbojpeg contributors for [turbojpeg](https://libjpeg-turbo.org/)
- nanosvg contributors for [nanosvg](https://github.com/memononen/nanosvg)
- TheIronUniverse for the LiveArea Assets
- [vitasdk](https://github.com/vitasdk)