Skip to content
tstruk edited this page Jul 28, 2012 · 22 revisions

Welcome to the Moth Reader wiki!

Moth is a 3D ebook reader. Check out this video to fine out its features:

<iframe width="853" height="480" src="http://www.youtube.com/embed/4Stv8AIiU7c?rel=0" frameborder="0" allowfullscreen></iframe>

http://www.youtube.com/embed/4Stv8AIiU7c?rel=0

Some screenshots:

Reader: Reader Zoom: Zoom Book index: Index Again book index: Index2 Dialog: Go to page dialog

Moth Readme:

The following tools and libraries need to be installed to build moth:

  • SConstruct is used to build the software. For more info see http://www.scons.org/
  • OpenGL
  • OpenGL Extension Wrangler "GLEW"
  • ftgl
  • libSDL
  • gdk-dev
  • poppler-glib
  • zenity Note: zenity is used in runtime for dialogs.

#Installation SConstruct building tool is used to build moth. To build it do "scons" To install do "sudo scons install"

#User manual

  • Use left and right arrows to flip pages back and forward.
  • Use mouse to move the book.
  • Hold shift and move mouse up and down to zoom in and zoom out.
  • Hold shift and use mouse wheel to zoom in and zoom out.
  • '+' - zoom in
  • '-' - zoom out
  • 'g' - open "goto" dialog.
  • 'i' - open book index.
  • 's' - save a copy.
  • 'f' - find string. After you enter string to find:
  • 'n' - find the next occurrence of the string entered during last 'f' operation.
  • 'p' - find the previous occurrence of the string entered during last 'f' operation.
  • ESC - ends the program.
Clone this wiki locally