This started as both a devotional project and an attempt at faithfully recreating the 3DS's UI style. When done, this app should look and feel close to an official 3DS one.
Basically just all the versions from @scrollmapper's bible_databases repo:
- ASV
- BBE
- KJV
- WEB
- YLT
Unfortunately, we can't just add any translation due to copyright concerns.
Note: Need to actually add an options menu to change the translation...!
First, go install devkitPro like normal. Make sure to install 3DS support!
Also, go download/install the latest version of LDC. Make sure to add the bin folder to your path.
Then:
git clone https://github.com/TheGag96/bible3ds
make BUILD_TYPE=RELEASE -j8 # or DEBUG_FAST or DEBUG_SLOW