Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idkncc/randomart
!riir Tsoding's randomart
https://github.com/idkncc/randomart
randomart rust svelte visualization
Last synced: about 1 month ago
JSON representation
!riir Tsoding's randomart
- Host: GitHub
- URL: https://github.com/idkncc/randomart
- Owner: idkncc
- Created: 2024-11-15T11:47:08.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-19T15:12:50.000Z (about 1 month ago)
- Last Synced: 2024-11-19T15:38:54.982Z (about 1 month ago)
- Topics: randomart, rust, svelte, visualization
- Language: Svelte
- Homepage: https://randomart.idkncc.ru
- Size: 623 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Randomart
RandomArt Idea Implementation from the Hash Visualization Paper.
in btw blazingly btw fast btw rust btw btw
## Live example
You can view deployed example at [https://randomart.idkncc.ru/]
## Requirements
### For basic one:
- electric energy
- computer
- rust### For website (also):
- wasm-pack
- bun (or nodejs)## Usage
- Rust version:
```bash
cargo build # builds library
cargo run --example # runs example (see examples/ folder)
```- Website:
```bash
wasm-pack buildcd website
bun install # or `npm install` or whateverbun run dev # development
# or
bun run build # production (static)
```