Octo

Results 6 comments of Octo

It's not a bug. The library is unfortunately very slow and unstable, I just ran some very basic benchmark with pub/sub (room) and as soon as I try to send...

That's because you do not want `pykeyboard` but `pyuserinput`, which has its own pykeyboard with `PyKeyboard` class. So, pip remove pykeyboard, pip install pywin32, pip install pyuserinput.

For the std::vector output, it can be converted in javascript wit this line for example: `new Array(moves.size()).fill(0).map((_, id) => moves.get(id))` And then you're free to iterate this array.

I forked the project to add that functionality for myself, will do it this weekend. Note that the JS could use those variables via `window.getComputedStyle(element).getPropertyValue('--unused');` so the ideal code would...

void imguiBeginFrame(int32_t _mx, int32_t _my, uint8_t _button, int32_t _scroll, uint16_t _width, uint16_t _height, int _inputChar, bgfx::ViewId _viewId) => just make sure to fill _inputChar with the input char that you...

vcpkg has SDL3, emscripten has SDL3 support too. I think the main problem is that SDL2 is not going away anytime soon, a lot of people will be using SDL2,...