Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rparrett/bevy_wordle_viz
https://github.com/rparrett/bevy_wordle_viz
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rparrett/bevy_wordle_viz
- Owner: rparrett
- Created: 2022-01-21T22:28:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T17:13:11.000Z (about 1 year ago)
- Last Synced: 2024-10-15T08:26:08.820Z (30 days ago)
- Language: Rust
- Size: 28.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bevy_wordle_viz
![A stack of boxes in the shape of a Wordle puzzle](docs/screenshot.png)
## Dependencies
### Linux
This might work on linux. 🤷
[bevy](https://github.com/bevyengine/bevy/blob/main/docs/linux_dependencies.md) and [rust-clipboard](https://github.com/aweinstock314/rust-clipboard#prerequisites) have dependencies on linux.
## Build
### Web platform
[wasm-server-runner](https://github.com/jakobhellermann/wasm-server-runner) makes this super easy.
```bash
cargo run --target=wasm32-unknown-unknown [--release]
```### Other platforms
```bash
cargo run [--release]
```## Usage
- Use the [Wordle](https://www.powerlanguage.co.uk/wordle/) "share" button to copy data to clipboard.
- Paste it.
## Notes
Your favorite social media platform or chat app might mangle the output of wordle's share feature by replacing glyphs with their own icons.
This works with raw unicode from wordle and pastes from twitter or slack.
```plain
Wordle 216 4/6🟨⬛⬛⬛⬛
🟨⬛⬛⬛⬛
⬛🟩🟩⬛🟩
🟩🟩🟩🟩🟩
```## TODO
- [ ] Optionally render to stdout for piping to ffmpeg