File: chromeos.rst

package info (click to toggle)
renpy 7.1.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 107,352 kB
  • sloc: python: 42,124; ansic: 4,781; makefile: 43; sh: 14
file content (32 lines) | stat: -rw-r--r-- 1,079 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Chrome OS / Chrome Browser
==========================

Ren'Py supports being run under Chrome OS and as an application inside the
Chrome web browser. This consists of the ability to run Ren'Py
Android apps under the Android Runtime for Chrome (ARC).

To port a Ren'Py Android app to Chrome, the following steps are required:

1. Install the ARC Welder app from the Chrome Web Store:
   https://chrome.google.com/webstore/detail/arc-welder/emfinbmielocnlhgmfkkmkngdoccbadn

2. Package the game for Android, as described in the :ref:`Android documentation <android>`.

3. Launch ARC Welder from the apps menu inside Chrome.

4. Find the path to the .apk file containing your app.

5. Choose the following options:

   * Orientation: Landscape
   * Form factor: Tablet
   * Resize: Disabled
   * Clipboard access: unchecked

   Resizing does not currently work, so it's best to leave it disabled.


6. Choose "Test". The game will load and run in the Chrome web browser.

7. Choose "Download Zip". Chrome will generate a .zip file suitable for
   uploading to the Chrome Web Store.