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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T15:12:50.000Z (over 1 year ago)
- Last Synced: 2025-06-26T02:04:21.520Z (12 months 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 build
cd website
bun install # or `npm install` or whatever
bun run dev # development
# or
bun run build # production (static)
```