Reputation: 13
devkitpro has been pretty great for development so far. However, I was wondering if there were any other libraries, either independent or based on devkitpro, that would incorporate other languages for me to explore
Thanks in advance!
Upvotes: 1
Views: 276
Reputation: 15379
wii.py
: Python extension for Wii. Unfortunately lacking sufficient documentation (like most open-source community projects), but still functional nonetheless.
Reference: https://github.com/icefire/Wii.py
luafwii
: Lua player for Wii. Since it's Lua, this is best suited for projects that involve a C base but incorporate plugins or scripts on top. Although Lua includes a built-in garbage collector, this library also includes explicit freeing for images and sounds.
Reference: http://luafwii.googlecode.com/svn/trunk/
Enjoy and good luck!
Upvotes: 1