Skip to content

TheGag96/bible3ds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

287 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bible for 3DS

Screenshot

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.

Translations supported

Basically just all the versions from @scrollmapper's bible_databases repo:

  • ASV
  • BBE
  • KJV
  • WEB
  • YLT
  • ESV (manual steps required)

Unfortunately, we can't just add any translation due to copyright concerns. However, I do provide a script that can take a free downloadble EPUB of the ESV and transform it into the crummy text format I support. Checkout the esv branch, and run:

python esv_epub_to_txt.py path/to/your_epub.py

...and then compile (see below). I apologize for the script being fairly slow. It's possible other EPUBs of the ESV will work with the script, but I have not tried any others. (I should probably make it so you don't have to compile a separate branch to add your own copy.)

Compiling

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

Thanks to...

Releases

No releases published

Packages

 
 
 

Contributors