Skip to content

Commit c67c21d

Browse files
authored
config section
1 parent 249f5f7 commit c67c21d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

wiki/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Check out some [demos](#demos-on-itchio) before you start!
44
- Visit [this page](/wiki/pygbag/) on how to use Pygbag to make web games with Python.
55
- Visit [this page](/wiki/pygbag-code/) for useful Pygbag code snippets and a Pygbag FAQ.
66

7+
## Configuring Pygbag
8+
9+
[command line](https://github.com/pygame-web/pygbag)
10+
11+
[pygbag.ini](/wiki/pygbag-configuration)
12+
713
## Debugging / Desktop Simulator
814

915
- [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.
6167
- [HTML output](https://pygame-web.github.io/showroom/pypad_dev.html?-i#src/test_html.py)
6268

6369
## Technology
64-
70+
- [Overview of internals](/wiki/pygbag-internals)
6571
- [Initial discussion](https://github.com/pygame/pygame/issues/718)
6672
- [Discussion at pygame-ce repo](https://github.com/pygame-community/pygame-ce/issues/540)
6773
- [Python-WASM explained by core dev Christian Heimes (video)](https://www.youtube.com/watch?v=oa2LllRZUlU)
6874

75+
6976
### Early demos from above talk, may not work as intended :)
7077

7178
- [Pygame tech demo PyCon DE & PyData Berlin 2022](https://pmp-p.github.io/pygame-wasm/)

0 commit comments

Comments
 (0)