Skip to content

Add toga to GUI resources #861

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 25, 2017
Merged
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
10 changes: 10 additions & 0 deletions docs/scenarios/gui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,16 @@ Qt
is widely used for developing software with a GUI but can also be used for
non-GUI applications.

Toga
----
`Toga <https://toga.readthedocs.io/en/latest/>`_ is a Python native, OS
native, cross platform GUI toolkit. Toga consists of a library of base
components with a shared interface to simplify platform-agnostic GUI
development.

Toga is available on Mac OS, Windows, Linux (GTK), and mobile platforms such
as Android and iOS.

Tk
--
Tkinter is a thin object-oriented layer on top of Tcl/Tk. **It has the advantage
Expand Down