GithubHelp home page GithubHelp logo

See page in cascade about noboru HOT 3 CLOSED

creckeryop avatar creckeryop commented on September 18, 2024
See page in cascade

from noboru.

Comments (3)

Creckeryop avatar Creckeryop commented on September 18, 2024

i can't understand

from noboru.

eze92 avatar eze92 commented on September 18, 2024

For example in most manga pages when you select the manga to read it gives you the option of whether to see it in a paginated or cascading way. In paged it would be the way in which the application currently works by passing one by one and in cascade it would be the loading of all the pages at once (taking a little time) and scrolling down the pages

image

image

I put that example image of a page in Spanish because I do not remember at this time any in English

from noboru.

Creckeryop avatar Creckeryop commented on September 18, 2024

I think that "taking a little time" would be on your computer or else but not on vita (and also vita doesn't have enough vram to hold that 20 pages or 40 pages data, maybe vita can hold it in ram for a bit, but i don't have any idea how to do it) also I'm glad to hear suggestions, but i don't really want to work on project (just only bug fixes or else something important (like languages)).
Let's think how to implement that feature:

  • download image in vram or ram (20 pages * 1000x2000px image * 4bytes (color) ~ 152 mb (also there is some fonts that are preloaded and icons), so vita will have out of memory error)
  • download images as files and then load (wow that really would be a nice, but download speed (in my Mother Russia) is just 1Mb/s that would be a 152 seconds with lags (because vita really doesn't have enough power to load data from network)). Then also you will need 1-3 seconds to decode jpeg or png or 10-12 seconds for bmp.

Next thing, I am really not such a good developer, I just have no brains to rewrite app with better thread control

Maybe I'm wrong.
Android really have more network speed and performance and memory, that's why apps like Tachiyomi can forget about that restrictions and do that.
Hope you will understand.

from noboru.

Related Issues (20)

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.