Vitaly Novichkov

Results 1153 comments of Vitaly Novichkov

The `SDL2_mixer_ext_Static` is not a name of library, it's a name of CMake symbol. If you write in your code something like `target_link_libraries(xxxx PRIVATE -lSDL2_mixer_ext_Static)`, you better write something like...

I could share you one of my code fragments that I use to link MixerX builds at my projects.

Hello! Sorry for didn't responce for a long time! Here is my big example how I link the MixerX and AudioCodecs at one of my projects: https://github.com/Wohlstand/TheXTech/blob/main/cmake/library_SDLMixerX.cmake - I do...

> we should only support this for a custom range At world map that should be safe to allow base objects to be customizable too. As I already said, I...

Anyway, as THIS task seems duplicate of Yingchun's, then I would turn it into World Map only, and link into Yingchun's super-task.

Oh, about the NFC case I probably confused while I attempted to understand the manual 👀 I do have BLE adapter on my PC, and device gets clearly detected by...

I already tried Chromium and M$ Edge, and it is unable to find anything, even at the specification of Web Bluetooth is noted that this API is experimental and is...

Actually, using experimental APIs is 峨峨, using Web APIs that depends on minor set of browsers is 峨峨, and using Web that works on remote server for me is 峨峨...

Anyway, how much is possible to turn the existing Web application into Electron-based app?

> The website is based on VUE so may be because you also can create Electron apps using VUE. I trying that to do now, first I need to tweak...