Go to file
Maschell 98666e61d9 Fixed logging + the process functions and update the padscore.h
-chnaged the nuspacker downloader to a java one, to be platform
independent
2017-03-29 17:44:54 +02:00
channel Upload files 2017-01-04 10:33:05 -05:00
data First commit, have fun! 2016-09-23 14:47:49 +02:00
src Fixed logging + the process functions and update the padscore.h 2017-03-29 17:44:54 +02:00
.gitattributes 🎊 Added .gitattributes & .gitignore files 2016-09-23 14:37:37 +02:00
.gitignore First commit, have fun! 2016-09-23 14:47:49 +02:00
.gitmodules First commit, have fun! 2016-09-23 14:47:49 +02:00
GX2_template.cbp Fixed logging + the process functions and update the padscore.h 2017-03-29 17:44:54 +02:00
LICENSE First commit, have fun! 2016-09-23 14:47:49 +02:00
Makefile Fixed logging + the process functions and update the padscore.h 2017-03-29 17:44:54 +02:00
README.md First commit, have fun! 2016-09-23 14:47:49 +02:00
downloader.jar Fixed logging + the process functions and update the padscore.h 2017-03-29 17:44:54 +02:00
filelist.sh Upload files 2017-01-04 10:33:05 -05:00

README.md

#GX2_GUI_Template# This a (hopefully clean) template for GX2 (gui) project. [...]

#Usage# This example with render a white screen and return to the Homewbrew Launcher by pressing the Home button.
At menu/MainWindowTV.cpp the magic of drawing the white screen is happening.

#Building# In order to build this application, you need the custom liboGC and portlibs modified/created by dimok. You can find them on the loadiine_gx2 repo (https://github.com/dimok789/loadiine_gx2/releases/tag/v0.2). Simply put the files in your devkit folder and run the Makefile.

#Credits# A big thanks goes out to dimok for creating the HBL, the dynamic libs and every stuff he made. The "environment" of this app is copied from HBL. In fact is just a cropped version of the HBL with a few extra GUI Element. So big shoutouts to dimok!