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. Хочу услы
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, and later, you
can execute this function and get the result?
у меня получается другая ошибка: 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)
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