niko
niko
Three months without a response, closing.
Thank you for this issue, this is odd. Do the examples at https://github.com/libui-ng/libui-ng work for you?
> Thank you for your reply. Sorry, what can I do with this link? I would appreciate it if you could enlighten me! @nnahito Try building and running the libui...
This is probably because the code frees `result` and not the returned `cstring` from the lower-level APIs...
@kai-odri @nnahito Do you mind testing now with the most recent commit?
> Also quick question how would you go about implementing scrolling views? I have no idea! & seem interesting, perhaps you could try combining those & wrapping `uiScroll`, `uiNewScroll`, and...
> further, is it possible to interface 3rd javascript code without writing any js code? You could probably write Nim code, compile it to JS, then link the JS in...
Maybe a macro instead? Proposed process: 1. recieve code -> save to temp nim file -> transpile to JS function, output file to root folder 2. transform original call to...