#
fyne
Here are 30 public repositories matching this topic...
tool to download comics and manga in pdf/epub/cbr/cbz from a website
go
windows
linux
pdf
osx
comic
manga
epub
comic-downloader
cbr
command-line-tool
cbz
manga-downloader
download-comics
manga-scraper
mangatown
comicextra
comics-downloader
fyne
-
Updated
Apr 22, 2020 - Go
-
Updated
Jun 5, 2020 - Go
An OpenSnitch UI in Go using Fyne
-
Updated
Apr 23, 2020 - Go
Simple animated GIF viewer with Go and Fyne
-
Updated
Jun 7, 2020 - Go
Generate card decks for Tabletop Simulator.
golang
pokemon-tcg
magic-the-gathering
tts
card-game
tabletop-simulator
tabletop
yu-gi-oh
fyne
card-decks
-
Updated
May 31, 2020 - Go
Cross platform GUI remote made with Fyne
-
Updated
May 14, 2020 - Go
Scroll and pan through the Mandelbrot Set written in Go using Fyne.io
-
Updated
Dec 14, 2019 - Go
Small desktop application for exploring the Mandelbrot set
-
Updated
Mar 7, 2020 - Go
A launcher program for gamers running Homeworld Remastered on Linux
-
Updated
Mar 17, 2020 - Go
Demo practice desktop apps written in Go using the Fyne toolkit
-
Updated
Mar 23, 2020 - Go
Improve this page
Add a description, image, and links to the fyne topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fyne topic, visit your repo's landing page and select "manage topics."
Describe the bug
Using
application.NewWindowto create a secondary window, it's not possible to re-use that window after it has been closed. If the user presses the X button, the window doesn't respond to Show() calls any more.To Reproduce
Example co