https://github.com/applelo/vitamaterialkit
C++ framework/boilerplate to create beautiful MaterialDesign app quickly and easily for PSVita
https://github.com/applelo/vitamaterialkit
Last synced: 6 months ago
JSON representation
C++ framework/boilerplate to create beautiful MaterialDesign app quickly and easily for PSVita
- Host: GitHub
- URL: https://github.com/applelo/vitamaterialkit
- Owner: Applelo
- License: gpl-3.0
- Created: 2018-07-24T10:34:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T01:46:48.000Z (over 6 years ago)
- Last Synced: 2025-02-13T15:15:40.359Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 4.3 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VitaMaterialProject [](https://travis-ci.org/Applelo/VitaMaterialKit)
### Kit in C++ inspired by Material UI to create quickly a beautiful application for PSVita systems
Wiki will be available soon to explain how to create an app, the view system and details each functions in each class.
## Showcase
* [Vita-CTP-Shortcut](https://github.com/CTPBenchmark/Vita-CTP-Shortcut), soon
(More to come :smiley: )
## Changelog
See [Changelog](https://github.com/Applelo/VitaMaterialKit/blob/master/src/kit/Changelog.md) file
## Build
Install **VitaSDK** with [**VDPM**](https://github.com/vitasdk/vdpm) and run the followed commands :
```shell
cmake .
make
```
CMake will download and update all dependencies.
You can also use this followed commands to send directly built files and launch Vita3K :
```shell
#send eboot.bin file with FTP
make send
#send vpk with FTP
make send_vpk
#copy eboot.bin file with USB
make copy
#send vpk with USB
make copy_vpk
#emulate Update eboot.bin and launch app in Vita3K
make emulate
#emulate_vpk Install the app in Vita3K
make emulate
```
## Credits
* Developed & maintained by *Applelo*
* *Tuxbot123* for his suggestions and his support
* My master, *MisterAlex*
* *coderx3* (aka devingDev) for his work on VitaCord inspired me for my own IME, Scroll, Pad and Touch functions
* *gnuton* for Travis CI for PSVita homebrews
* *Google* for Material Guidelines, Fonts, Components, Themes
* [Material Design Icons](https://github.com/Templarian/MaterialDesign-Webfont/) teams for all icons
* *juliettef* for [Material Design Icons Headers](https://github.com/juliettef/IconFontCppHeaders)
* [unilib](https://github.com/ufal/unilib) for lowercase & UPPERCASE work with unicode char