Go to file
Maschell f929d78852
Merge pull request #1 from V10lator/alpha
Enable alpha-blending modes for GuiImage
2021-07-18 11:47:53 +02:00
.github/workflows [Wii U] Push lib as docker image 2020-10-02 21:04:34 +02:00
include/gui-sdl/gui Set default blend mode 2021-07-18 08:38:48 +02:00
source/gui Add GuiImage:setBlendMode 2021-07-18 08:38:48 +02:00
.gitattributes first commit 2020-10-02 19:57:53 +02:00
.gitignore Add dockerfile for pc, add install command 2020-10-03 15:17:52 +02:00
CMakeLists.txt Add dockerfile for pc, add install command 2020-10-03 15:17:52 +02:00
Dockerfile.pc Add dockerfile for pc, add install command 2020-10-03 15:17:52 +02:00
Dockerfile.wiiu Update dockerfile to use a different base image 2020-10-02 21:25:17 +02:00
Makefile.wiiu first commit 2020-10-02 19:57:53 +02:00
README.md [Wii U] Push lib as docker image 2020-10-02 21:04:34 +02:00

README.md

libgui-sdl

Dependencies (Wii U)

To be able to use libgui-sdl, you need to install the following dependencies:

  • wut
  • Install the required portlibs and sdl2 via (dkp-)pacman -Syu wiiu-portlibs wiiu-sdl2-libs

Credits