Skip to content

TheGag96/bible3ds

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

Unfortunately, we can't just add any translation due to copyright concerns.

Note: Need to actually add an options menu to change the translation...!

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...