Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

LeowFlow/Dither-Live

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dither.Live logo Dither.Live demo


🚀 Features

  • Dithering Algorithms: Floyd–Steinberg, Jarvis–Judice–Ninke, Bayer Ordered, Atkinson, Sierra
  • Real-Time Controls: Scale, contrast, threshold, gamma, pixelation, blur
  • Upload Options: Drag & drop, file upload (max 20 MB)
  • Themes: Dark and light modes
  • Gallery: View community-submitted artworks
  • Keyboard Shortcuts and Accessibility enhancements

📁 Repository Structure

dither-live/
├─ Cargo.toml            # Rust/WASM crate manifest
├─ Cargo.lock
├─ wasm/                 # Rust source → generates pkg/ & target/
│  ├─ src/
│  ├─ pkg/
│  └─ target/
├─ www/                  # Web app (Vite/JS)
│  ├─ public/            # Static assets
│  ├─ src/               # HTML, CSS, JS
│  ├─ dist/              # Production build (ignored)
│  ├─ package.json
│  └─ vite.config.js
├─ .gitignore
├─ README.md
└─ LICENSE

🛠️ Prerequisites

  • Rust & wasm-pack
  • Node.js (>=14) & npm or Yarn

💻 Install & Run Locally

1. Clone the repository
git clone https://github.com/LeowFlow/dither-live.git
cd dither-live

2. Build the WASM package
cd wasm
wasm-pack build --target web --out-dir ../www/src/pkg

3. Install dependencies & start the dev server
cd ../www
npm install       # or yarn
npm run dev       # then open http://localhost:3000 in your browser

4. Build for production
npm run build     # outputs to www/dist

About

Open Source, Real Time, Web Dithering Application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.