Nano Lua DS: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox DS Homebrews |title=Nano Lua |image=NanoLua.png |description=A Lua interpreter for the NDS. |author=Quent42340 |lastupdated=2009/11/03 |type=Utilities |version=2.4 |license=Mixed |download=https://dlhb.gamebrew.org/dshomebrew2/NanoLua_v2.4.7z |website=https://web.archive.org/web/20100311232828/http://nanolua.u7n.org/nanolua/indexe.php?page=accueil |source= }} Nano Lua is a Lua interpreter that aims to be the successor to Micro Lua DS. == Changelog == '''v2.4''..." |
No edit summary |
||
| Line 12: | Line 12: | ||
|source= | |source= | ||
}} | }} | ||
Nano Lua is a Lua interpreter | Nano Lua is a Lua interpreter similar to [[Micro Lua DS]]. | ||
== Changelog == | == Changelog == | ||
'''v2.4''' | '''v2.4''' | ||
* Rename | * Rename "DS" to "DSUser". | ||
* VRAM is now fully operational. | * VRAM is now fully operational. | ||
* Shell has been replaced with LED. | * Shell has been replaced with LED. | ||
Revision as of 09:58, 2 April 2026
| Nano Lua | |
|---|---|
![]() | |
| General | |
| Author | Quent42340 |
| Type | Utilities |
| Version | 2.4 |
| License | Mixed |
| Last Updated | 2009/11/03 |
| Links | |
| Download | |
| Website | |
Nano Lua is a Lua interpreter similar to Micro Lua DS.
Changelog
v2.4
- Rename "DS" to "DSUser".
- VRAM is now fully operational.
- Shell has been replaced with LED.
v2.3
- Removed
Font.print()which was declared non-functional. - Added new variables and functions, which are described in the documentation (see above).
v2.1
- Added LUA_FULLDIR a variable that contains the exact location of Nano Lua in the "lua"
- The libforms of Stef14 and my libCollisions are included to boot! We can now use those functions so without having to include them! I also added examples.
- Added functions screen.printB () screen.printU () and screen.printS () for text formatting (such screen.print except that B = Bold, U = Underline Strikethrough = S)
- StylusBox the bug fixed!
External links
- Official website - http://nanolua.u7n.org/
