hearth icon indicating copy to clipboard operation
hearth copied to clipboard

Shared execution environment for constructing 3D virtual spaces from the inside.

Results 46 hearth issues
Sort by recently updated
recently updated
newest added

Decouple the *Abi structs from all the plugin and factory code, so that `lib.rs` contains Hearth integration code and the new "abi.rs" file would contain low-level Wasm integration code only.

enhancement
host
easy

Windows obviously does not support Unix Domain Sockets, which is what Hearth uses for IPC. What else can we use? The obvious 1-to-1 equivalent is TCP. Thoughts?

help wanted
good first issue
question
host
complex

Until we can get #175 fully fleshed out and implemented, let's just implement some stub IPC code that gets Hearth to compile on Windows even if IPC doesn't actually do...

enhancement
host
moderate

Depends on #184. We can just make a job matrix in the workflow file and set up CI to build and test on Windows too. Someone with some Windows CI...

good first issue
easy

Right now, if a process running in a terminal quits, the guest has no way of knowing about it. We have a few ways of fixing this: - Polling: add...

bug
good first issue
host
moderate

follow up to #210

documentation
guest
moderate

The current terminal emulator demo screenshot is cool but not the best hook for Hearth, since while it represents the "self-modifying" part of Hearth, it doesn't include the "virtual world"...

documentation
easy

The plugin and runtime builder systems were not changed much in the flue pr so they did not get the documentation overhaul that everything else did.

documentation
host
moderate

Update the `wasm` protocol with an error enum (even if only a placeholder) and `SERVICE_NAME`.

enhancement
guest
moderate