You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an HTML version of the game from pyxapp, the Python packages (e.g. numpy) are not included.
You have to open the HTML and manually modify the launchPyxel to include packages.
It would be nice if the used packages can be specified during the conversion. For example, using an additional flag in the CLI:
pyxel app2html my_game.pyxapp --packages "numpy"
The text was updated successfully, but these errors were encountered:
When creating an HTML version of the game from pyxapp, the Python packages (e.g. numpy) are not included.
You have to open the HTML and manually modify the
launchPyxel
to include packages.It would be nice if the used packages can be specified during the conversion. For example, using an additional flag in the CLI:
The text was updated successfully, but these errors were encountered: