BullyWiiPlaza / lua-wiiu

The source code of lua specifically for using it on the Nintendo Wii U
https://www.youtube.com/watch?v=pjijeRlb-OE
Other
6 stars 1 forks source link
c-code lua lua-cheat-codes lua-hacks lua-script lua-tcp-gecko nintendo nintendo-wiiu scripting wiiu wiiu-code wiiu-homebrew

Lua Wii U

This is Lua 5.4.0 with a Wii U specific makefile.

Compiling

Make sure to have devkitPro installed.

Using Lua

In your project you can then include the usual Lua headers like lua.h or lua.hpp.

Also remember to link against the Lua library via -llua.