| 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:12 | om3ga | Hi all! Could you please recommend any GUI lib that compiles statically? |
| 13:57:11 | om3ga | it'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:32 | Amun-Ra | pure static build? probably none |
| 16:06:03 | Amun-Ra | better approach is to load bindings dynamically, at runtime |
| 16:09:25 | Amun-Ra | (i wrote my module specifically for that) |
| 18:20:51 | deavmi | what'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:36 | Amun-Ra | {.fatal: "message".} |
| 20:19:34 | om3ga | Amun-Ra: Hi! yes |
| 20:20:40 | om3ga | I'm afraid adding dynamic lib is the only way. We really need native OS UI lib support |
| 20:21:09 | om3ga | it's a nightmare to maintain all this platform specific versions |
| 20:22:38 | om3ga | I'm going to try this: https://github.com/Immediate-Mode-UI/Nuklear |
| 20:23:20 | om3ga | kinda keygen looking UI |
| 20:23:49 | om3ga | anyway, 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 |