From c67c21db966e3de4dbba9e48f9bbce326691dac5 Mon Sep 17 00:00:00 2001 From: "Paul m. p. Peny" Date: Thu, 15 Aug 2024 09:11:20 +0200 Subject: [PATCH] config section --- wiki/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/wiki/README.md b/wiki/README.md index c199cc8..cae2c2b 100644 --- a/wiki/README.md +++ b/wiki/README.md @@ -4,6 +4,12 @@ Check out some [demos](#demos-on-itchio) before you start! - Visit [this page](/wiki/pygbag/) on how to use Pygbag to make web games with Python. - Visit [this page](/wiki/pygbag-code/) for useful Pygbag code snippets and a Pygbag FAQ. +## Configuring Pygbag + +[command line](https://github.com/pygame-web/pygbag) + +[pygbag.ini](/wiki/pygbag-configuration) + ## Debugging / Desktop Simulator - [How to enter debug mode](/wiki/pygbag-debug/) @@ -61,11 +67,12 @@ The code is read-only, so you should right-click then open in a new window. - [HTML output](https://pygame-web.github.io/showroom/pypad_dev.html?-i#src/test_html.py) ## Technology - +- [Overview of internals](/wiki/pygbag-internals) - [Initial discussion](https://github.com/pygame/pygame/issues/718) - [Discussion at pygame-ce repo](https://github.com/pygame-community/pygame-ce/issues/540) - [Python-WASM explained by core dev Christian Heimes (video)](https://www.youtube.com/watch?v=oa2LllRZUlU) + ### Early demos from above talk, may not work as intended :) - [Pygame tech demo PyCon DE & PyData Berlin 2022](https://pmp-p.github.io/pygame-wasm/)