The best gui bible library in your opinion.

2024-06-14 Thread basow53698
I'm looking for a unevirtualized library to support cross-platform, webview, 3d, gui and possibly tgui. I would like to hear your suggestions and favorite gui libraries. Я ищу уневирсальную библеотеку, чтобы она поддерживала кросплатформинность, webview, 3d, gui и по-возможности tgui. Хочу услы

nimqt compile error

2024-06-12 Thread basow53698
I found the [nimqt](https://github.com/jerous86/nimqt) library, installed qt. But I can't compile the EXAMPLES( It's because of wrong compilation arguments, as g++ says: Нашел я библеотеку [nimqt](https://github.com/jerous86/nimqt), установил qt. Но вот блин, компиляция ПРИМЕРОВ не идет( Дело в

how to create a type that accepts a function with any arguments?

2024-05-11 Thread basow53698
How to create a type that accepts a function with any arguments, and later, you can execute this function and get the result?

Error: await expects Future[T]

2024-05-10 Thread basow53698
у меня получается другая ошибка: D:nim-2.0.2libpureasyncmacro.nim(250, 31) Error: 'echoError (Async)' is not GC-safe as it calls 'msgBox' msgbox - функция с библеотеки nigui, а туда я не смогу никак добавить асинхронность. I'm getting a different error: D:nim-2.0.2libpureasyncmacro.nim(250, 31)

Error: await expects Future[T]

2024-05-10 Thread basow53698
How to fix the error and run functions in an asynchronous thread? D:\nim-2.0.2\lib\pure\asyncmacro.nim(160, 5) webServerMatcher (Async) D:\pojects\MelonPlayer\source_code_app\main.nim(166, 3) template/generic instantiation of `router` from here C:\Users\user\.nimble\pkgs2\je