Coder Social home page Coder Social logo

multiscreenmanga's Introduction

Introduction

A Qt4-based manga reader that supports multiple monitors. Now, the dream of reading manga on two portrait monitors at once can be realized!

Requirements

  • Qt 4 headers (apt-get install libqt4-dev)
  • Cmake
  • Poppler Qt4 bindings (apt-get install libpoppler-qt4-dev)

Qt Creator is also recommended as a nice IDE.

Build Instructions

Provided is a Makefile that simply invokes cmake. This means you can just:

$ cd MultiscreenManga; make;

This is equivalent to the long form series of commands:

$ cd MultiscreenManga; mkdir build; cd build; cmake ..; make;

multiscreenmanga's People

Contributors

mtao avatar umbrant avatar

Stargazers

yann le paih avatar  avatar

Watchers

 avatar  avatar James Cloos avatar  avatar

Forkers

umbrant

multiscreenmanga's Issues

Create a better UI

Desired features: a directory tree and a thumbnail reel. Perhaps use QML, or Qt Designer to create this.

Use qt graphics view for rendering images + thumbnails

Instead of manually using a texture+quad we should take advantage of qt's graphics view framework, which will make many things (like collision detection for thumbnail selection) much easier
previously:
Would be nice to be able to open multiple pages in one renderwidget. basically the renderwidget would take on a multi-index and on destruction emit signals deallocating all of its indices at in an appropriate order

Decrease memory consumption

current the memory consumption is prohibitively high. This definitely needs to be fixed (perhaps with a small prefetch window instead of loading whole volumes into memory)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.