Drider 3DS: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox 3DS homebrew
{{Infobox 3DS Homebrews
| title = Drider
|title=Drider
| type = Other Apps
|image=Drider2.png
| version = v0.6
|description=ePub reader.
| licence = Mixed
|author=ingolemo
| author = ingolemo
|lastupdated=2017/11/15
| website = https://github.com/ingolemo/drider
|type=Other Apps
| download = https://dlhb.gamebrew.org/3dshomebrew/Drider-3DS.rar
|version=0.6
| source = https://dlhb.gamebrew.org/3dshomebrew/Drider-3DS.rar
|license=Mixed
|download=https://dlhb.gamebrew.org/3dshomebrews/drider.7z
|website=https://github.com/ingolemo/drider
|source=https://github.com/ingolemo/drider
}}
}}
Drider is a epub reader for the Nintendo 3DS. It is written in Lua using Rinnegatamante's [[Lua Player Plus 3DS]].


= Drider =
==Installation==
Drider is a epub reader for the Nintendo 3ds. In order to run it you will need a way to run homebrew applications on your 3ds. It is written in Lua using Rinnegatamante's [Lua Player Plus 3ds]. Drider has a few limitations:
Available in 3DSX and CIA formats.
* It does not support css or any kind of inline styling, such as <b> or <i> tags.
* CIA - Install the .cia with the CIA manager of your choice.
* It doesn't handle non-ascii text well. If you're reading a utf-8 encoded book then it tries to translate some of the most common symbols to ascii equivalents, but the conversion is incomplete so mojibake is common.
* 3DSX - Use the .3dsx provided with the Homebrew Launcher.
* Text rendering on the 3ds is not very good so you will see plenty of bad kerning.
 
* Drider can crash with books that contain large images. If the images are not important then consider disabling them (x button at the book select screen). Despite these issues, Drider can actually be used to read things! It works best on text-heavy, low-formatting books such as novels. Put your ebooks in a folder called <code>books</code> at the root of your sd card.
Put your ebooks in a folder called books at the root of your SD card.
== Controls ==
 
Selecting:
Drider works best on text-heavy, low-formatting books such as novels.
* Up and Down on the d-pad or circle-pad to choose a book to read.
 
* A button to select the book.
==User guide==
* X button to toggle loading of images.
===Limitations===
* Start button to exit.
* Does not support css or any kind of inline styling, such as <nowiki><b> or <i></nowiki> tags.
* Home button to return to the Home menu (cia-only). Reading:
* Text rendering on the 3DS is not very good so you will see plenty of bad kerning.
* Up and Down on the d-pad or circle-pad to scroll. You can also drag the touch screen.
* Drider can crash with books that contain large images. If the images are not important then consider disabling them (x button at the book select screen).
* Left and Right on the d-pad to switch pages.
* Does not handle non-ascii text well. If you're reading a utf-8 encoded book then it tries to translate some of the most common symbols to ascii equivalents, but the conversion is incomplete so mojibake is common.
* A button to bookmark a page. Press A again on the same page to unbookmark it. If an ebook has a page bookmarked then drider will jump to that page when you load the ebook. Only one page can be bookmarked at a time per ebook.
 
* Tap an image on the touchscreen to view it more closely.
===Bookmark===
* Start button to exit.
* If an ebook has a page bookmarked then drider will jump to that page when you load the ebook.
* Select button to go back to the book selection.
* Only one page can be bookmarked at a time per ebook.
* Home button to return to the Home menu (cia-only). Image viewing:
 
* Circle-pad will pan across the image.
==Controls==
* Up and Down on the d-pad will zoom in and out respectively.
'''Selecting:'''
* B button to return to the page you were reading.
 
* Start button to exit.
Up/Down - Choose a book to read
* Home button to return to the Home menu (cia-only).
 
== Building and Installing ==
A - Select the book
The <code>Makefile</code> provided is for a unix-like system. You will need to have the [3dstool], [bannertool], and [makerom] utilities available on your <code>$PATH</code> and then you can just type <code>make</code>. This will produce a <code>drider.cia</code> and a <code>3ds</code> folder in the <code>build</code> directory. Homebrew Launcher users should install the <code>3ds</code> directory to the root of their sd card. Cia users can install the cia file. [Lua Player Plus 3ds]: [https://github.com/Rinnegatamante/lpp-3ds https://github.com/Rinnegatamante/lpp-3ds] &quot;lpp-3ds&quot; [3dstool]: [https://github.com/dnasdw/3dstool https://github.com/dnasdw/3dstool] [bannertool]: [https://github.com/Steveice10/bannertool https://github.com/Steveice10/bannertool] [makerom]: [https://github.com/profi200/Project_CTR https://github.com/profi200/Project_CTR]
 
X - Toggle loading of images
 
Start - Exit
 
Home - Return to the Home Menu (cia-only)
 
'''Reading:'''
 
Up/Down - Scroll. You can also drag the touch screen
 
D-Pad Left/Right - Switch pages
 
A - Bookmark/Unbookmark a page
 
Tap an image - View it more closely
 
Start - Exit
 
Select - Go back to the book selection
 
Home - Return to the Home Menu (cia-only)
 
'''Image viewing:'''
 
C-Pad - Pan across the image
 
D-Pad Up/Down - Zoom in/out respectively
 
B - Return to the page you were reading
 
Start - Exit
 
Home - Return to the Home Menu (cia-only)
 
==Screenshots==
https://dlhb.gamebrew.org/3dshomebrews/drider3.png
https://dlhb.gamebrew.org/3dshomebrews/drider4.png
 
https://dlhb.gamebrew.org/3dshomebrews/drider5.png
https://dlhb.gamebrew.org/3dshomebrews/drider6.png
 
==Changelog==
'''v0.6'''
* Images now show for more than just the first page of the book.
 
'''v0.5'''
* This release makes the scrolling much smoother and adds support for images. Other minor fixes too.
 
'''v0.4'''
* Fixed crash bug when trying to view epubs that contain high numerical html entities (e.g. <code>&8230;</code>).
 
'''v0.3'''
* CIA users no longer have to copy files to your sd card. Except the books, still have to copy those.
* More pretty menu.
* More stability.
 
'''v0.2'''
* This time there should be a unique id.
 
'''v0.1'''
* First release.
 
==External links==
* GitHub - https://github.com/ingolemo/drider
 
[[Category:3DS homebrew applications]]
[[Category:Other 3DS homebrew applications]]

Latest revision as of 12:03, 23 December 2021

Drider
Drider2.png
General
Authoringolemo
TypeOther Apps
Version0.6
LicenseMixed
Last Updated2017/11/15
Links
Download
Website
Source

Drider is a epub reader for the Nintendo 3DS. It is written in Lua using Rinnegatamante's Lua Player Plus 3DS.

Installation

Available in 3DSX and CIA formats.

  • CIA - Install the .cia with the CIA manager of your choice.
  • 3DSX - Use the .3dsx provided with the Homebrew Launcher.

Put your ebooks in a folder called books at the root of your SD card.

Drider works best on text-heavy, low-formatting books such as novels.

User guide

Limitations

  • Does not support css or any kind of inline styling, such as <b> or <i> tags.
  • Text rendering on the 3DS is not very good so you will see plenty of bad kerning.
  • Drider can crash with books that contain large images. If the images are not important then consider disabling them (x button at the book select screen).
  • Does not handle non-ascii text well. If you're reading a utf-8 encoded book then it tries to translate some of the most common symbols to ascii equivalents, but the conversion is incomplete so mojibake is common.

Bookmark

  • If an ebook has a page bookmarked then drider will jump to that page when you load the ebook.
  • Only one page can be bookmarked at a time per ebook.

Controls

Selecting:

Up/Down - Choose a book to read

A - Select the book

X - Toggle loading of images

Start - Exit

Home - Return to the Home Menu (cia-only)

Reading:

Up/Down - Scroll. You can also drag the touch screen

D-Pad Left/Right - Switch pages

A - Bookmark/Unbookmark a page

Tap an image - View it more closely

Start - Exit

Select - Go back to the book selection

Home - Return to the Home Menu (cia-only)

Image viewing:

C-Pad - Pan across the image

D-Pad Up/Down - Zoom in/out respectively

B - Return to the page you were reading

Start - Exit

Home - Return to the Home Menu (cia-only)

Screenshots

drider3.pngdrider4.png

drider5.pngdrider6.png

Changelog

v0.6

  • Images now show for more than just the first page of the book.

v0.5

  • This release makes the scrolling much smoother and adds support for images. Other minor fixes too.

v0.4

  • Fixed crash bug when trying to view epubs that contain high numerical html entities (e.g. &8230;).

v0.3

  • CIA users no longer have to copy files to your sd card. Except the books, still have to copy those.
  • More pretty menu.
  • More stability.

v0.2

  • This time there should be a unique id.

v0.1

  • First release.

External links

Advertising: