Skip to content

idkncc/randomart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

    cargo build                   # builds library
    cargo run --example <EXAMPLE> # runs example (see examples/ folder)
  • Website:

    wasm-pack build
    
    cd website
    bun install # or `npm install` or whatever
    
    bun run dev # development
    # or
    bun run build # production (static)