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 fe894820a2 The ctr.news library should now be bug-free !
Untested, but checked 3 times with citra, and everything matches the doc.
Warning: there is no check of any kind, so don't put weird stuff as arguments.
2015-12-24 23:58:16 +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 Fixed keyboard and editor colors 2015-12-24 13:15:00 +01:00
source The ctr.news library should now be bug-free ! 2015-12-24 23:58:16 +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