<< 26-12-2025 >>

00:45:13*zodman joined #nim
04:27:33*zodman quit (Read error: Connection reset by peer)
07:12:46*alexdaguy joined #nim
13:56:12om3gaHi all! Could you please recommend any GUI lib that compiles statically?
13:57:11om3gait's a total bedlam with this UI's
13:59:30*alexdaguy quit (Quit: WeeChat 4.8.1)
14:08:53*deavmi joined #nim
16:03:32Amun-Rapure static build? probably none
16:06:03Amun-Rabetter approach is to load bindings dynamically, at runtime
16:09:25Amun-Ra(i wrote my module specifically for that)
18:20:51deavmiwhat's the best way to do a pragma error in Nim? I have a when statement and when the condition (at compile-time) is true, I would like to abort compilation (preferably with some messag)
19:42:36Amun-Ra{.fatal: "message".}
20:19:34om3gaAmun-Ra: Hi! yes
20:20:40om3gaI'm afraid adding dynamic lib is the only way. We really need native OS UI lib support
20:21:09om3gait's a nightmare to maintain all this platform specific versions
20:22:38om3gaI'm going to try this: https://github.com/Immediate-Mode-UI/Nuklear
20:23:20om3gakinda keygen looking UI
20:23:49om3gaanyway, I'm tired of this gtk, need to move somewhere
20:35:17*syl quit (Quit: C-x C-c)
20:37:21*syl joined #nim