I have been working on OS/Library/SDK type project for the Wii as a replacement to libogc to support my Minecraft clone for the Wii ever since it became risky to use libogc due to stolen code.
I will post things as they come as well as a Github repository once the first release is done. I am excited to put work here to stay motivated on the tedious but required Sisyphean task this will be.
It is to be built on FreeRTOS and provides video, graphics, controllers, and audio. So its really more or less a FreeRTOS port and a lot of work to support all of the hardware. With outside of the core system, the IO provided as "blocks."
So far we have a Hello World working on actual hardware. This still uses devkitpro's compilers and libc so now I will be moving it over to Clang for future support for paired single SIMD.