Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/2655.doc.md
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a minor update; it can be a misc entry rather than doc.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove PPB from the documentation Third-Party Bootstrap list as it does not currently publish a bootstrap and will appear in the “Other frameworks” submenu when installed.
1 change: 0 additions & 1 deletion docs/en/reference/commands/new.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ The following third-party bootstraps are known to exist:

| Bootstrap | Package name | Description |
|---------------|--------------|----------------------------------------------------------------------------------------------------------------------------------------|
| PursuedPyBear | ppb | "Unbearably fun game development". A game toolkit with a focus on being education friendly and exposing an idiomatic Python interface. |
| Pygame-ce | pygame-ce | A fork of pygame, the classic library for making games in Python. |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're in the area, we should also add Positron (installed with toga-positron); description "A Toga base for apps whose GUI is provided by a web view (i.e., Electron-like apps, but for Python)"


To add a third-party bootstrap, `pip install` the named package into the virtual environment that contains Briefcase, then run `briefcase new`. The new bootstrap option should be added to the list of GUI toolkits.
Loading