Giter VIP home page Giter VIP logo

Comments (4)

Kassy2048 avatar Kassy2048 commented on June 10, 2024

Please elaborate what you mean by "[it] doesn't seem to render well on mobile web", and note that site uses Ren'Py 7.5.3 which is a pretty old version (current is 8.2.1).

Ren'Py uses Python as its main scripting language, and running Python inside browsers is slower than using a native JS engine. AFAIK, there have been multiple attempts to create a VN engine that looks and feels like Ren'Py using only native Web technologies, but their development was all eventually abandoned. For instance, the last version of Monogatari was released 2 years ago and it's no better for RenJS πŸ™

from renpy.

MaxTran96 avatar MaxTran96 commented on June 10, 2024

as in it feels a bit clunky loading https://comfyanonymous.github.io/ComfyUI_tutorial_vn/ on a mobile chrome browser, the resolution also is still in landscape mode. So the only way of making the VN fit the mobile web is to provide the portrait resolution version of the VN images right?

from renpy.

Kassy2048 avatar Kassy2048 commented on June 10, 2024

Indeed, the game aspect ratio can only be set when the game loads so it cannot change afterwards if the user changes their phone orientation. Some Ren'Py games that simulate a phone UI set a portrait aspect ratio and they fill the whole screen when the phone screen is in portrait mode (and look bad in landscape mode ofc). Even for native mobile games, it is uncommon to support both modes, but at least, native games can force the screen orientation (which is not possible for Web pages).

from renpy.

MaxTran96 avatar MaxTran96 commented on June 10, 2024

got it. Thank you! Ill close this out

from renpy.

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.