Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/angr1st/wuerfel


https://github.com/angr1st/wuerfel

Last synced: 6 days ago
JSON representation

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.