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
Reuh e39fcc6c7b Added Tremor Ogg decoder, removed libvorbis from Makefile. OGG audio working perfectly.
Tremor is extremly similar to libogg but only uses integers (and doesn't provide an encoder). The playing problem with libvorbis was probably a float-precision related issue.

No need for make build-all.
2015-12-29 17:25:34 +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 Added Tremor Ogg decoder, removed libvorbis from Makefile. OGG audio working perfectly. 2015-12-29 17:25:34 +01:00
sdcard/3ds/ctruLua Reset defaults before starting a file (main.lua) 2015-12-29 17:20:29 +01:00
source Added Tremor Ogg decoder, removed libvorbis from Makefile. OGG audio working perfectly. 2015-12-29 17:25:34 +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 Added Tremor Ogg decoder, removed libvorbis from Makefile. OGG audio working perfectly. 2015-12-29 17:25:34 +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