共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > MLlib |
MLlib
|
1 | 0 | 78 |
贡献者 | 讨论 | 代码提交 |
The MLlib (or Minishlink's Library) is a simple library to develop on Nintendo Wii. Technically, it's a wrapper of libogc and others librairies. Coding with this lib on Wii is way easier now ! :-)
More info here.
TemplateHere's the simple code to have the program running on Wii :
#include
int main(int argc, char **argv)
{
ML_Init();
ML_SplashScreen(); // You can delete this instruction, but please let it if you can :)
while(1)
{
if(Wiimote[0].Newpress.Home) ML_Exit();
ML_Refresh();
}
return 0;
}Authors :Minishlink Special Thanks :Chaosteil Cid2Mizard Crayon Dhewg Dykam EvilSpoon Feesh Mollusk Morukutsu NoNameNo Svpe T4ils WntrMute Zeblackos and these communities :
www.dev-fr.org + IRC Channel #dev-fr www.nintendomax.com www.wiibrew.org + IRC Channel #wiidev www