Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)
```