# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 10
# self = https://watcher.sour.is/conv/ize6vsa
AllenDang/giu: Cross platform rapid GUI framework for golang based on Dear ImGui. -- Speaking of writing GUI Apps and GUI library, on my hunt for a _decent_ cross-platform GUI library for Go I came across this little beauty. Tried to build a simple "Hello World" and it works! 🥳
AllenDang/giu: Cross platform rapid GUI framework for golang based on Dear ImGui. -- Speaking of writing GUI Apps and GUI library, on my hunt for a _decent_ cross-platform GUI library for Go I came across this little beauty. Tried to build a simple "Hello World" and it works! 🥳
@prologic dear imgui is used a lot in games and is pretty well respected I take it.
@abucci Is unfortunately slow to compile even the most basic "Hello World" app though. I suspect because of the C++ 😢
@abucci Is unfortunately slow to compile even the most basic "Hello World" app though. I suspect because of the C++ 😢
@prologic ugh that's no good.
I use fyne, it's a good toolkit though the developer's styleguide is extremely opinionated

Fyne team is very against browser embeds. If I need a browser embed, I use Wails
I use fyne, it's a good toolkit though the developer's styleguide is extremely opinionated

The Fyne team is very against browser embeds. If I need a browser embed, I use Wails
@taigrr Problem with Fyne is that none of the example work in IOS
@taigrr Problem with Fyne is that none of the example work in IOS