pacman-packages
pacman-packages copied to clipboard
This adds objfw for nds to allow using Objective-C for Nintendo DS development.
This adds objfw for wiito allow using Objective-C for Wii development.
This adds objfw for switch to allow using Objective-C for Switch development.
This adds objfw for 3ds to allow using Objective-C for 3DS development.
Adds cairo library for Switch. Depends on https://github.com/devkitPro/pacman-packages/pull/299.
I am using cairo in my Switch homebrew application, and pixman is its dependency. Will do another PR for cairo itself if everything here looks good.
LUA v5.4.4 port to 3DS Homebrew Development
This adds support for [libwebsockets](https://libwebsockets.org/) the port is pretty simple, mostly the same as the `freertos` platform used by esp32
This is a cleaned up version of https://github.com/devkitPro/pacman-packages/pull/85 that got too complicated. I also added few notable changes from original pull-request : - there is no longer need of libdl...