Elektrine lite

← Feed

@pojntfx@mastodon.social

Post #1682274

2026-04-23 09:03 UTC

@tbernard@mastodon.social Not sure if I talked without about this re:Reflection here on fedi a week or two back or if it was someone else from Modal, but yeah this difference in the fonts & padding with GTK on macOS is what I was referring too back then

Replies (1)

  • @pojntfx@mastodon.social 2026-04-23 09:06

    @tbernard@mastodon.social Also @deobald@fantastic.earth turns out developing for macOS fully natively is actually really simple if you’ve got generated bindings for AppKit? At least in Go it’s dead simple. Sloppy code but I saved it in https://github.com/pojntfx/ledger/commit/4a517ff0f53b14529c360b3473a1ac770345151c and https://github.com/pojntfx/ledger/commit/ca720bbfa6d54c72c214f8fb0bbef561ef81e9d9 in case you're interested in this for your use case Writing it in Go (or any other language that can call the Obj-C bindings I guess) has the neat benefit of getting both fully native UIs while still sharing code between them

    Open ##1682273