1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-27 16:39:29 +00:00
ctrµLua: Lua homebrewing for 3DS
Find a file
Firew0lf 2e782ed9ea Updated to the latest ctrulib, Fixed some minor bugs.
Working with citra, untested on real hardware but should be OK.
IR should now work.
Let's add some 3D drawing and sound now !
2015-12-14 23:11:45 +01:00
data Added ctr.gfx.text and the Bitsream Vera font 2015-08-19 14:32:53 +02:00
doc Fully documented ctr and ctr.gfx in the C source 2015-09-12 13:35:21 +02:00
libs Updated to the latest ctrulib, Fixed some minor bugs. 2015-12-14 23:11:45 +01:00
sdcard/3ds/ctruLua Updated the sf2dlib and sftdlib; Added the gfx.color.hex() function; Added the New3DS CPU mode control. 2015-12-09 23:14:23 +01:00
source Updated to the latest ctrulib, Fixed some minor bugs. 2015-12-14 23:11:45 +01:00
.gitignore Fully documented ctr and ctr.gfx in the C source 2015-09-12 13:35:21 +02:00
icon.png Added a super-awesome lemon-based icon 2015-08-18 01:38:15 +02:00
LICENSE Create LICENSE 2015-08-18 13:30:11 +02:00
Makefile Updated to Lua 5.3.2 2015-12-04 18:30:38 +01:00
README.md Updated README.md 2015-09-12 14:00:23 +02:00

ctrµLua

Everything is in the Wiki.

Warning: the 'u' in the repo's name is a 'µ', not a 'u'.

Builds build status

Build instructions

  • Setup your environment as shown here : http://3dbrew.org/wiki/Setting_up_Development_Environment
  • Clone this repository and run the command make build-all to build all the dependencies.
  • If you only made changes to ctrµLua, run make to rebuild ctµLua without rebuilding all the dependencies.

May not work under Windows.

Lua API Documentation

Based on ctrulib by smealum: https://github.com/smealum/ctrulib