hearth
hearth copied to clipboard
Shared execution environment for constructing 3D virtual spaces from the inside.
Closes #106 - [x] omit "PR" from tracker IDs - [x] use emojis for feature status and add legend - [ ] link milestones instead of issues? - [ ]...
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...
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....
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...
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...
The `hearth-guest` crate will need to be updated.
[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...
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...
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...