-
Currently the app supports Windows Only. It should be compatible Ubuntu and MacOS.
Thank you for your great work, it looks good even though I am not able to try it!
-
Now that solaar is working reasonably well on macOS (and perhaps Windows soon), it might be a good idea to consider a library like https://github.com/beeware/toga which lets you use the OS-native GUI …
-
Currently, desktop notifications only show on Windows. This could also also be present on MacOS and Linux.
-
We have a cross platform build job for our rust app, it builds on the following targets but fails on windows and linux after I started to use the magika crate.
- ❌ **x86_64-pc-windows-gnu**
- **I…
-
-
Description: In modern graphics applications, shader performance plays a critical role. However, different platforms (OpenGL, DirectX, Vulkan) may have varying performance characteristics for the same…
-
Do you see the potential that Clay be used with cross-platform desktop and mobile applications? I love the idea of Clay but what if I wanted to develop a cross-platform desktop app in C using Clay?
-
**Platform Detection**: Improve platform abstraction to make the library work seamlessly across Linux, and Windows.
**IPv6 Support**: Add full support for IPv6 to future-proof the library.
-
Nice project!
I think there's a great opportunity for this program to be a cross platform library. So platform functions like CreateThread should be set by a frontend application and past to the li…
-
I have been trying to adapt dub to the newer path modules, but have hit a lot of issues:
1) The new module isn't always normalized, and there is nothing to force auto-normalization (worked around);
…