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

Closes #106 - [x] omit "PR" from tracker IDs - [x] use emojis for feature status and add legend - [ ] link milestones instead of issues? - [ ]...

documentation

The tracing functionality for guest code currently forwards all tracing events from the guest/wasm module to the API `log` function. This log call is currently rather simple, and in essence...

enhancement
guest
host
complex

I know little to nothing about Nix, but I understand that there are a lot of people using NixOS that will need an easy way to install and run Hearth....

help wanted
easy

Let's add a new plugin and associated service, named something like `hearth-rand` or `hearth-rng`, to provide cryptographically secure random data from the host. I figure that the service could just...

enhancement
host
easy

We've been using JSON, which bloats message size, is inefficient to encode and decode floats and integers, and requires conversion of blobs to base64 strings in order to have reasonable...

enhancement
guest
host
complex

The `hearth-guest` crate will need to be updated.

enhancement
guest
host
easy

[Box-drawing characters](https://en.wikipedia.org/wiki/Box-drawing_character) are special Unicode characters used for drawing shapes in terminal interfaces. Most fonts don't come with glyphs for these characters, so it's typically up to the terminal emulator...

bug
enhancement
good first issue
host

hearth-server currently panics where there is no config file. it should either make a new empty file (or something with reasonable defaults if we update the config file down the...

enhancement
host

We want to support hosting Hearth in conjunction with existing web servers through a reverse proxy. This will let people host Hearth who don't have the ability to port forward...

enhancement
host
complex