-
Hi!
Great stuff with the API and making everything driven through HTTP endpoint! I've written a cross-platform CLI to do some automation (couldn't find anything available yet) and wanted to share it …
-
Hey guys,
Thanks for maintaining and open-sourcing this, it's working really nicely for us.
A question - would you consider building cross-platform images? We'd love to be able to have this run on arm…
-
I'm very impressed with the amount of work to recreate this engine. I was wondering if there are any plans for cross-platform support. I guess the first step will be to migrate to an API such as SDL2 …
-
There's another project https://sargunv.github.io/maplibre-compose/ that is working on a cross platform implementation. Have you thought about cross platform compose?
-
## Description
Develop a strategy for sharing configurations between NixOS Linux, Mac (using nix-darwin), and potentially ChromeOS systems.
## Motivation
The goal is to have a unified configuration t…
-
### Describe your suggested feature
https://en.wikipedia.org/wiki/Avalonia_(software_framework)
### Other details
_No response_
-
Hi I noticed in the README it mentioned
```
SITL integration with Kbuild is being developed for cross-platform building.
```
I'm interesting in getting CrazySim building on macOS and was wondering i…
-
## Feature Request
Dioxus should have a cross platform api for programmatic file selection/saving.
Currently, we can use
```rust
rsx! {
input { r#type: "file" }
}
```
for file selection on web a…
-
I wanted to quickly share an option for writing cross-platform justfiles using (limited) sh-style syntax: leverage `deno`'s `task` subcommand.
## Context
I'm an OSS maintainer, projects support Wind…
-
I'm messing around with a pet project and getting segfaults when calling symbols from shared objects in CGO. Trying to determine if this is a limitation of TinyGo or I'm going around it the wrong way.…