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 848fe42096 Finished the QTM library, Added some text in ctr.c
The QTM (Headtracking) is not tested on real hardware, and doesn't work in citra.
But should work, maybe. Please update your boot.3dsx to use it without errors.
2015-09-12 00:15:51 +02:00
data Added ctr.gfx.text and the Bitsream Vera font 2015-08-19 14:32:53 +02:00
libs Updated sf2dlib to the latest version of ctrulib 2015-09-05 19:44:25 +02:00
sdcard/3ds/ctruLua Updated font and fs lib; updated editor; updated sf2dlib 2015-09-05 19:00:36 +02:00
source Finished the QTM library, Added some text in ctr.c 2015-09-12 00:15:51 +02:00
.gitignore Create .gitignore 2015-08-17 21:26:30 +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 README and Makefile 2015-08-19 16:04:50 +02:00
README.md Added ctr.gfx.getFPS, renamed ctr.hid.read to ctr.hid.keys, unload font from memory when exiting and did some cleaning 2015-08-19 17:14:02 +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.

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