This website provides a design tool for EWOD chips, allowing users to freely draw electrodes of different shapes and obtain routing results using the cloud-based algorithm.
Experience our cutting-edge CAD service for online digital microfluidic EWOD (Electrowetting on Dielectric) chips optimization: http://cad.edroplets.org/
- Mouse down + Drag + Mouse up: Draw a selection area
- Ctrl [or Meta] + Click: Select outer-most item, or parent container
- Ctrl [or Meta] + Shift + Click: Add [outer-most] item to selection
- Esc: Clear selection
- Mouse drag & drop: The standard way
- ArrowKeys: Moves the selected elements 1px
- Shift + ArrowKeys: Moves the selected elements 10px
- Ctrl [or Meta] + C: Copy selection
- Ctrl [or Meta] + X: Cut selection
- Ctrl [or Meta] + V: paste selection
- Delete [or Backspace]: Deletes selection
- Ctrl [or Meta] + Z / click icon: Undo last action
- Ctrl [or Meta] + Shift + Z / click icon: Redo last action
- click icon: Start/Stop electrode painting mode (add base electrode in mouse point)
- right-click menu: Combine the selected electrodes
- click icon: Download .ewds, .dxf(routing result), .ecc
# install client dependencies
npm install
# serve the client with hot reload
npm run dev
Navigate to localhost:8080
to serve client with hot-reload (development server).
The above commands should be run in separate terminal instances.
# build a client for production with minification
npm run build