Lua Player Plus 3DS: Difference between revisions

From GameBrew
(Created page with "{{Infobox 3DS homebrew | title = Lua Player Plus | image = https://dlhb.gamebrew.org/3dshomebrew/LuaPlayerPlus3DS-01.png|250px | type = Game engine | version = r5 | licence =...")
 
No edit summary
Line 3: Line 3:
| image = https://dlhb.gamebrew.org/3dshomebrew/LuaPlayerPlus3DS-01.png|250px
| image = https://dlhb.gamebrew.org/3dshomebrew/LuaPlayerPlus3DS-01.png|250px
| type = Game engine
| type = Game engine
| version = r5
| version = r5 (28 Feb 2016)
| licence = Mixed
| licence = Mixed
| author = Rinnegatamante
| author = Rinnegatamante
Line 10: Line 10:
| source = https://dlhb.gamebrew.org/3dshomebrew/lpp-3ds.rar
| source = https://dlhb.gamebrew.org/3dshomebrew/lpp-3ds.rar
}}
}}
http://rinnegatamante.it/lpplogo.png
Lua Player Plus 3DS is the first lua interpreter made for the Nintendo 3DS. The interpreter currently runs under Lua 5.3.1. It has also a debug FTP server to correct your errors in runtime.
==Features==
* Graphics:
** Advanced 2D Graphics Rendering (CPU and GPU).
** Basic 3D Rendering.
** Native support to TTF fonts.
** Native support to BMP/PNG/JPG images.
** Native support to JPGV video files.
** Native support to stereoscopic 3D effect.
* Sounds:
** Sound system with support for WAV/AIFF/OGG audio files.
** Support to different interpolation modes (None, Linear, Polyphase).
** Complete access to Microphone for sound registration.
* Controls:
** Controls system with full console support.
** Built-in Keyboard system.
* Network:
** Easy to use networking basic features.
** Built-in Mail Sender system.
** Complete sockets system support.
** Built-in debug FTP server.
** SSL connections support.
* System:
** Access to a lot of Nintendo syscalls.
** Native support to CIA files managing.
** Native support to 3DSX and SMDH files.
** Native support to ZIP archives.
** I/O access for SD card and Extdata archives.
** Native support to console Camera to take photos.
** Native support to ARM9 payloads loading.
* Utilities:
** Timer system.
** Advanced arithmetical functions support (math library).
==User guide==
Official [http://rinnegatamante.it/lpp-3ds_doc.html documentation].
Official [http://rinnegatamante.it/board/forumdisplay.php?fid=12 support board].
===Compiling===
The repository will provide you a full set of all of the needed libraries. Take in mind that a lot of them are modified versions of the original ones so if you want to update them, take a look at [https://github.com/Rinnegatamante/lpp-3ds_libraries this repository] where you can find sourcecodes of every pre-builded library used in this repository.
Take in mind that <code>libkhax</code> includes also <code>libSu</code> sourcecode. Last but not least, please note that <code>libjpeg.a file</code> is a standard compilation of libjpeg-turbo.
Lua Player Plus 3DS supports different flags to enables some features:
* DUSE_MEMCHUNKHAX2 - Enable memchunkhax2 usage through svchax at startup for firmwares between 9.3 and 10.7.
* DCITRA3DS_COMPATIBLE - Remove romFs support causing Citra3DS emulator crash.
* DSKIP_ERROR_HANDLING - Disable error handling for faster code execution (this is used for Unsafe version).
* DFORCE_SD - Force interpreter to load main script from SD instead of romFs filesystem.
* DFORCE_DSP - Force interpreter to use dsp::DSP audio service even if csnd:SND is available.
===Showcase===
Here are some 3DS homebrews made using Lua Player Plus 3DS:
{| class="wikitable" style="width: 50%"
|-
! style="width: 20%" | UTILITIES || style="width: 20%" | GAMES || style="width: 20%" | UPDATERS || style="width: 20%" | ENGINES & INTEPRETERS 
|-
| [[Custom_Home_Menu_Manager_2_3DS|CHMM2]] || Labyrinth 3D || StarUpdater || VN3DS
|-
| Sunshell || Blackjack 3DS || encTitleKeysUpdater || RayCast3D Engine
|-
| ORGANIZ3D || Asteroids 3D || Corbenik CFW Updater || Crimson Scripter
|-
| NASA || PixelRoad || EasyRPG Updater ||
|-
| Manga Reader || 3DSudoku ||  ||
|-
| Alarm Clock || WANT3D ||  ||
|-
| SOON! || 4Rows ||  ||
|-
| Bird Whisperer || 3DSHangman ||  ||
|-
| Dice 3DS || 3DS Briscola ||  ||
|-
| LiveScore 3DS || EUCLIOD ||  ||
|-
| Tinker || RPS 3D ||  ||
|-
| MCIT || Cookie Clicker ||  ||
|-
| Video Channels Creator || TriaAl ||  ||
|-
| BLEND3R ||  ||  ||
|-
| Homebr3w ||  ||  ||
|-
| luaIrc ||  ||  ||
|-
| [[FileKong_3DS|FileKong]] ||  ||  ||
|-
|}
==Media==
'''Lua interpreter''' ([https://www.youtube.com/watch?v=Ds3bjWWa8_I Tralala LS]) <br>
<youtube>nEjz_Zr5H-E</youtube>
<youtube>nEjz_Zr5H-E</youtube>


<p align="center">
==Credits==
<img src="http://rinnegatamante.it/lpplogo.png"/>
* Everyone involved in ctrulib creation.
</p>
* Smealum for ftpony source used for debug ftp server.
= Description =
* Myria for libkhax.
'''Lua Player Plus 3DS''' is the first lua interpreter made for Nintendo 3DS.
* xerpi for sf2dlib.
The interpreter currently runs under Lua 5.3.1. It has also a debug FTP server to correct your errors in runtime.
* fincs for citro3dlib.
Official documentation: http://rinnegatamante.it/lpp-3ds_doc.html<br> Official support board: http://rinnegatamante.it/board/forumdisplay.php?fid=12
* Sean Barrett for stb_truetype.
= Features =
* Everyone involved in lodepng, zlib, mpg123, libogg, vorbisfile libraries.
===== Graphics =====
* Everyone involved in Brahma developing.
* Advanced 2D Graphics Rendering (CPU and GPU)
* aliaspider for svchax.
* Basic 3D Rendering
* Misledz for the Lua Player Plus 3DS logo.
* Native support to TTF fonts
* EasyRPG Team for the AudioDecoder used for MP3 support.
* Native support to BMP/PNG/JPG images
* ksanislo for the network module improvements.
* Native support to JPGV video files
* Special thanks to Aurelio and ihaveamac for testing interpreter features.
* Native support to stereoscopic 3D effect
 
===== Sounds =====
==External links==
* Sound system with support for WAV/AIFF/OGG audio files
* Author's website - https://rinnegatamante.it
* Support to different interpolation modes (None, Linear, Polyphase)
* GibHub - https://github.com/Rinnegatamante/lpp-3ds
* Complete access to Microphone for sound registration
* GBAtemp - https://gbatemp.net/threads/release-lua-player-plus-3ds-lpp-3ds-lua-interpreter-for-3ds.384202
===== Controls =====
 
* Controls system with full console support
[[Category:3DS homebrew games]]
* Built-in Keyboard system
[[Category:Homebrew game engines on 3DS]]
===== Network =====
* Easy to use networking basic features
* Built-in Mail Sender system
* Complete sockets system support
* Built-in debug FTP server
* SSL connections support
===== System =====
* Access to a lot of Nintendo syscalls
* Native support to CIA files managing
* Native support to 3DSX and SMDH files
* Native support to ZIP archives
* I/O access for SD card and Extdata archives
* Native support to console Camera to take photos
* Native support to ARM9 payloads loading
===== Utilities =====
* Timer system
* Advanced arithmetical functions support (math library)
= Nightly Builds =
We offer an automated builder service for our nightly builds. Nightly builds are automatically updated every 4 hours by a server we own. To take advantage of this service, you should visit [http://rinnegatamante.it/lpp-nightly.php this page].
= Showcase =
Here are some 3DS homebrews made using Lua Player Plus 3DS:
===== Games =====
* [https://rinnegatamante.it/board/showthread.php?tid=18 Labyrinth 3D]
* [http://gbatemp.net/threads/release-blackjack-3ds.398776/ Blackjack 3DS]
* [https://rinnegatamante.it/board/showthread.php?tid=25 Asteroids 3D]
* [https://rinnegatamante.it/board/showthread.php?tid=11 PixelRoad]
* [https://rinnegatamante.it/board/showthread.php?tid=19 3DSudoku]
* [http://rinnegatamante.it/board/showthread.php?tid=23 WANT3D]
* [https://rinnegatamante.it/board/showthread.php?tid=32 4Rows]
* [https://rinnegatamante.it/board/showthread.php?tid=33 3DSHangman]
* [https://rinnegatamante.it/board/showthread.php?tid=17 3DS Briscola]
* [http://gbatemp.net/threads/eucliod-a-homebrew-bullet-hell-for-the-3ds.419553/ EUCLIOD]
* [https://rinnegatamante.it/board/showthread.php?tid=43 RPS 3D]
* [http://gbatemp.net/threads/w-i-p-cookie-clicker-for-3ds.460836/ Cookie Clicker]
* [https://gbatemp.net/threads/release-triaal-deemo-clone-for-nintendo-3ds.430308/ TriaAl]
===== Utilities =====
* [https://rinnegatamante.it/board/showthread.php?tid=9 CHMM2]
* [https://rinnegatamante.it/board/showthread.php?tid=8 Sunshell]
* [https://rinnegatamante.it/board/showthread.php?tid=24 ORGANIZ3D]
* [https://rinnegatamante.it/board/showthread.php?tid=16 NASA]
* [http://gbatemp.net/threads/release-manga-reader.399276/ Manga Reader]
* [http://gbatemp.net/threads/release-alarm-clock.397624/ Alarm Clock]
* [http://gbatemp.net/threads/soon-super-cool-installer-a-new-cool-legal-open-source-cia-installer.387268/ SOON!]
* [http://gbatemp.net/threads/release-bird-whisperer-a-notification-creater.404669/ Bird Whisperer]
* [https://gbatemp.net/threads/release-dice-3ds-roll-some-dice-pretty-straightforward.400086/ Dice 3DS]
* [http://gbatemp.net/threads/release-livescore-3ds.414693/ LiveScore 3DS]
* [http://gbatemp.net/threads/tinker-shuffle-menuhax-theme-manager.407445/ Tinker]
* [http://gbatemp.net/threads/release-miiverse-custom-image-tool.415505/ MCIT]
* [https://rinnegatamante.it/board/showthread.php?tid=10 Video Channels Creator]
* [https://rinnegatamante.it/board/showthread.php?tid=26 BLEND3R]
* [https://github.com/Wolvan/Homebr3w Homebr3w]
* [http://rinnegatamante.it/board/showthread.php?tid=136 luaIrc]
* [https://gbatemp.net/threads/release-filekong-ftp-client-for-3ds.429071/ FileKong]
===== Engines & Interpreters =====
* [http://gbatemp.net/threads/w-i-p-vn3ds-visual-novel-interpreter-for-3ds-homebrew.396564/ VN3DS]
* [https://rinnegatamante.it/board/showthread.php?tid=5 RayCast3D Engine]
* [http://gbatemp.net/threads/crimson-scripter.415152/ Crimson Scripter]
===== Updaters =====
* [https://gbatemp.net/threads/release-starupdater-a-luma3ds-updater.427999/ StarUpdater]
* [http://gbatemp.net/threads/release-enctitlekeysupdater-for-freeshop.429912/ encTitleKeysUpdater]
* [http://rinnegatamante.it/board/showthread.php?tid=85 Corbenik CFW Updater]
* [http://rinnegatamante.it/board/showthread.php?tid=61 EasyRPG Updater]
= Compiling the source =
The repository will provide you a full set of all of the needed libraries. Take in mind that a lot of them are modified versions of the original ones so if you want to update them, take a look at [https://github.com/Rinnegatamante/lpp-3ds_libraries this repository] where you can find sourcecodes of every pre-builded library used in this repository. Also take in mind that '''libkhax''' includes also '''libSu''' sourcecode. Last but not least, please note that '''libjpeg.a''' file is a standard compilation of libjpeg-turbo.<br><br> Lua Player Plus 3DS supports different flags to enables some features:<br> '''-DUSE_MEMCHUNKHAX2''' enables memchunkhax2 usage through svchax at startup for firmwares between 9.3 and 10.7.<br> '''-DCITRA3DS_COMPATIBLE''' removes romFs support causing Citra3DS emulator crash.<br> '''-DSKIP_ERROR_HANDLING''' disables error handling for faster code execution (this is used for Unsafe version).<br> '''-DFORCE_SD''' forces interpreter to load main script from SD instead of romFs filesystem.<br> '''-DFORCE_DSP''' forces interpreter to use dsp::DSP audio service even if csnd:SND is available.<br>
= Credits =
* Everyone involved in ctrulib creation
* Smealum for ftpony source used for debug ftp server
* Myria for libkhax
* xerpi for sf2dlib
* fincs for citro3dlib
* Sean Barrett for stb_truetype
* Everyone involved in lodepng, zlib, mpg123, libogg, vorbisfile libraries
* Everyone involved in Brahma developing
* aliaspider for svchax
* Misledz for the Lua Player Plus 3DS logo
* EasyRPG Team for the AudioDecoder used for MP3 support
* ksanislo for the network module improvements
* Special thanks to Aurelio and ihaveamac for testing interpreter features

Revision as of 11:08, 13 July 2021

Template:Infobox 3DS homebrew

lpplogo.png

Lua Player Plus 3DS is the first lua interpreter made for the Nintendo 3DS. The interpreter currently runs under Lua 5.3.1. It has also a debug FTP server to correct your errors in runtime.

Features

  • Graphics:
    • Advanced 2D Graphics Rendering (CPU and GPU).
    • Basic 3D Rendering.
    • Native support to TTF fonts.
    • Native support to BMP/PNG/JPG images.
    • Native support to JPGV video files.
    • Native support to stereoscopic 3D effect.
  • Sounds:
    • Sound system with support for WAV/AIFF/OGG audio files.
    • Support to different interpolation modes (None, Linear, Polyphase).
    • Complete access to Microphone for sound registration.
  • Controls:
    • Controls system with full console support.
    • Built-in Keyboard system.
  • Network:
    • Easy to use networking basic features.
    • Built-in Mail Sender system.
    • Complete sockets system support.
    • Built-in debug FTP server.
    • SSL connections support.
  • System:
    • Access to a lot of Nintendo syscalls.
    • Native support to CIA files managing.
    • Native support to 3DSX and SMDH files.
    • Native support to ZIP archives.
    • I/O access for SD card and Extdata archives.
    • Native support to console Camera to take photos.
    • Native support to ARM9 payloads loading.
  • Utilities:
    • Timer system.
    • Advanced arithmetical functions support (math library).

User guide

Official documentation.

Official support board.

Compiling

The repository will provide you a full set of all of the needed libraries. Take in mind that a lot of them are modified versions of the original ones so if you want to update them, take a look at this repository where you can find sourcecodes of every pre-builded library used in this repository.

Take in mind that libkhax includes also libSu sourcecode. Last but not least, please note that libjpeg.a file is a standard compilation of libjpeg-turbo.

Lua Player Plus 3DS supports different flags to enables some features:

  • DUSE_MEMCHUNKHAX2 - Enable memchunkhax2 usage through svchax at startup for firmwares between 9.3 and 10.7.
  • DCITRA3DS_COMPATIBLE - Remove romFs support causing Citra3DS emulator crash.
  • DSKIP_ERROR_HANDLING - Disable error handling for faster code execution (this is used for Unsafe version).
  • DFORCE_SD - Force interpreter to load main script from SD instead of romFs filesystem.
  • DFORCE_DSP - Force interpreter to use dsp::DSP audio service even if csnd:SND is available.

Showcase

Here are some 3DS homebrews made using Lua Player Plus 3DS:

UTILITIES GAMES UPDATERS ENGINES & INTEPRETERS
CHMM2 Labyrinth 3D StarUpdater VN3DS
Sunshell Blackjack 3DS encTitleKeysUpdater RayCast3D Engine
ORGANIZ3D Asteroids 3D Corbenik CFW Updater Crimson Scripter
NASA PixelRoad EasyRPG Updater
Manga Reader 3DSudoku
Alarm Clock WANT3D
SOON! 4Rows
Bird Whisperer 3DSHangman
Dice 3DS 3DS Briscola
LiveScore 3DS EUCLIOD
Tinker RPS 3D
MCIT Cookie Clicker
Video Channels Creator TriaAl
BLEND3R
Homebr3w
luaIrc
FileKong

Media

Lua interpreter (Tralala LS)

Credits

  • Everyone involved in ctrulib creation.
  • Smealum for ftpony source used for debug ftp server.
  • Myria for libkhax.
  • xerpi for sf2dlib.
  • fincs for citro3dlib.
  • Sean Barrett for stb_truetype.
  • Everyone involved in lodepng, zlib, mpg123, libogg, vorbisfile libraries.
  • Everyone involved in Brahma developing.
  • aliaspider for svchax.
  • Misledz for the Lua Player Plus 3DS logo.
  • EasyRPG Team for the AudioDecoder used for MP3 support.
  • ksanislo for the network module improvements.
  • Special thanks to Aurelio and ihaveamac for testing interpreter features.

External links

Advertising: