Skip to content

Epistates/taguchi-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taguchi UI

Enterprise-grade UI for Design of Experiments (DOE) using orthogonal arrays.

This application provides a modern, high-performance interface for designing and analyzing experiments, powered by the Taguchi core library.

Tech Stack

Frontend

  • Framework: SvelteKit
  • UI Architecture: Svelte 5 (Runes)
  • Language: TypeScript
  • Visualization: ECharts

Backend

  • Framework: Tauri 2
  • Language: Rust

Architecture

taguchi-ui adheres to a strict separation of concerns:

  • Core Logic: Statistical calculations (OA construction, ANOVA, S/N ratios) are handled by the taguchi Rust crate.
  • UI Logic: The frontend manages user interaction, state, and persistence.
  • Tauri Bridge: Acts as a thin wrapper, converting UI types to library types and invoking core functions.

Prerequisites

Getting Started

  1. Install dependencies:

    bun install
  2. Run the development server:

    bun tauri dev

    This will start the SvelteKit frontend and launch the Tauri application window.

Building for Production

To create a release build for your operating system:

bun tauri build

The output binaries will be located in src-tauri/target/release/bundle/.

License

MIT

About

GUI for designing and analyzing orthogonal arrays

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors