Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angr1st/wuerfel
https://github.com/angr1st/wuerfel
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/angr1st/wuerfel
- Owner: Angr1st
- License: mit
- Created: 2024-09-30T13:37:01.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-29T13:52:54.000Z (17 days ago)
- Last Synced: 2024-10-29T16:02:35.728Z (17 days ago)
- Language: Rust
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wuerfel
This is a rust program for simulating rolling dice. Current iteration is either in the terminal or as a tui or line by line, rendering a gui or as an actual 3d dice.
## ToDos
- [x] Interactive Terminal
- [x] Add CLI args for switching between Terminal and TUI
- [x] TUI Support ([ratatui](https://ratatui.rs/))
- [x] GUI Support ([eframe](https://docs.rs/eframe/latest/eframe/))
- [x] 3D Dice Support ([bevy](https://bevyengine.org) + [rapier](https://rapier.rs))## Usage
Use c or text to start the app in line by line text mode.
Use t or tui to start the app in tui mode.
Use g or gui to start the app in gui mode.
Use 3 or 3d to start the app in 3d simulation mode.