Zum Inhalt springen

Can This Non-Developer Create His Own GTK App? (Haskell & Python)

DistroTube (30.03.2022)

About a month ago, I suddenly had the urge to learn how to create my own GTK application. In a community poll, I asked my viewers if I should do this using Haskell, and a large portion of the community wanted me to do it in Python instead. So ultimately, I decided to do it both ways–once in Haskell, and then again in Python.

REFERENCED:
https://gitlab.com/dwt1/code-examples/-/tree/main/gtk-with-haskell – DT’s app in Haskell
https://gitlab.com/dwt1/code-examples/-/tree/main/gtk-with-python – DT’s app in Python
https://github.com/gtk2hs/gtk2hs – The GTK+ Haskell Library
https://www.muitovar.com/gtk2hs/chap2.html – Docs for Gtk2Hs
https://python-gtk-3-tutorial.readthedocs.io/en/latest/ – Docs for Python GTK+

Schlagwörter:

Schreiben Sie einen Kommentar

Ihre E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert