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!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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!