JS Deck

Results 92 comments of JS Deck

Sorry my bad for not realizing that `\e` is not portable C and thus not working on MSVC. Maybe change it to `\033` assuming we are sticking to ASCII/UTF-8?

~~There's a bug that wrapped text aren't currently handled. Might take a while~~ Fixed (hopefully) Seems to be working: ![image](https://github.com/Immediate-Mode-UI/Nuklear/assets/1617680/b27fec51-e1ea-4ee6-a572-98cdd0f3030d)

Updated first post to reflect the changes. A macro `NK_ESC` is now defined to be `"\033"`, with `NK_ESC_CHAR` pointing to the same char. Can be used in string literal for...

Old comment Currently edit box can be styled this way as well, leading to cursor being in the wrong place. Should it be changed so that edit boxes are always...

@yukyduky I've added the casts to the commits to help C++ compat. For the wrapping text, did you update the container size for the wrapped text when you resize the...

Some questions: I have a slightly different implementation a while back: [source](https://github.com/xzn/ntr-hr/blob/3a9d9841b21006d298147c7f624a04a418184d45/source/rp/rp_syn.c#L3) It doesn't yet have decreasing timeout on looped arbitrate attempts, which I tried to remedy in [this version](https://github.com/xzn/libctru/blob/83ed338ac690160dbf2a8c321f269c9a5092e0d7/libctru/source/synchronization.c#L121)...

Hi, sorry I haven't updated the project I a while. The ncnn dependency uses a fork that has some hacks for semaphore stuff: https://github.com/xzn/ncnn The way I compile them is...

In case you are still using this, I have a new release that should work under Debian: https://github.com/xzn/ntrviewer-hr/releases/tag/v0.3.3.0

Hi, I've realized this is a niche use case, as on Windows MSI Afterburner has the same issue. If you want to look into it though, I have an example...

Just to check is your firewall allowing udp packets through? For troubleshoot try the regular NTR 3.6.1 and see if that works. And for viewer try snickerstream. If NTR 3.6.1...