|
|
3 天之前 | |
|---|---|---|
| .github | 3 天之前 | |
| dune-weaver-touch | 4 月之前 | |
| firmware | 4 月之前 | |
| frontend | 4 天之前 | |
| modules | 4 天之前 | |
| nginx | 4 月之前 | |
| patterns | 3 月之前 | |
| scripts | 4 月之前 | |
| static | 4 天之前 | |
| steps_calibration | 1 年之前 | |
| templates | 5 月之前 | |
| tests | 4 天之前 | |
| wifi | 4 月之前 | |
| .dockerignore | 5 月之前 | |
| .gitattributes | 5 月之前 | |
| .gitignore | 4 月之前 | |
| CONTRIBUTING.md | 2 月之前 | |
| LICENSE | 2 月之前 | |
| LICENSE-GPL-3.0 | 2 月之前 | |
| PATTERN_CREDITS.md | 1 年之前 | |
| README.md | 2 月之前 | |
| VERSION | 3 天之前 | |
| __init__.py | 1 年之前 | |
| dune-weaver.service | 4 月之前 | |
| dw | 4 月之前 | |
| main.py | 4 天之前 | |
| package-lock.json | 5 月之前 | |
| package.json | 2 月之前 | |
| pyproject.toml | 2 月之前 | |
| requirements-dev.txt | 5 月之前 | |
| requirements-nonrpi.txt | 5 月之前 | |
| requirements.txt | 4 月之前 | |
| setup-pi.sh | 4 月之前 |
An open-source kinetic sand art table that creates mesmerizing patterns using a ball controlled by precision motors.
The system is split across two devices connected via USB:
┌─────────────────┐ USB ┌─────────────────┐
│ Raspberry Pi │ ◄──────────────────► │ DLC32 / ESP32 │
│ (Dune Weaver │ │ (FluidNC) │
│ Backend) │ │ │
└─────────────────┘ └─────────────────┘
│ │
│ Wi-Fi │ Motor signals
▼ ▼
Web Browser Stepper Motors
(Control UI) (Theta & Rho)
The Raspberry Pi runs the web UI, manages pattern files and playlists, and converts patterns into G-code. The DLC32/ESP32 running FluidNC firmware receives that G-code and drives the stepper motors in real time.
Dune Weaver comes in three premium models:
| DW Pro | DW Mini Pro | DW Gold | |
|---|---|---|---|
| Size | 75 cm (29.5") | 25 cm (10") | 45 cm (17") |
| Enclosure | IKEA VITTSJÖ table | IKEA BLANDA bowl | IKEA TORSJÖ side table |
| Motors | 2 × NEMA 17 | 2 × NEMA 17 | 2 × NEMA 17 |
| Controller | DLC32 | DLC32 | DLC32 |
| Best for | Living rooms | Desktops | Side-table accent piece |
All models run the same software with FluidNC firmware — only the mechanical parts differ.
Free 3D-printable models on MakerWorld: DW OG · DW Mini
Build guides, BOMs, and wiring diagrams are in the Dune Weaver Docs.
The fastest way to get running on a Raspberry Pi:
curl -fsSL https://raw.githubusercontent.com/tuanchris/dune-weaver/main/setup-pi.sh -o setup-pi.sh
bash setup-pi.sh
This installs Docker, clones the repo, and starts the application. Once it finishes, open http://<hostname>.local in your browser.
For full deployment options (Docker, manual install, development setup, Windows, and more), see the Deploying Backend guide.
The sand table uses polar coordinates instead of the typical X-Y grid:
Patterns are stored as .thr text files — one coordinate pair per line:
# A simple four-point star
0.000 0.5
1.571 0.7
3.142 0.5
4.712 0.7
The same pattern file works on any table size thanks to the normalized coordinate system. You can create patterns by hand, generate them with code, or browse the built-in library.
Full setup instructions, hardware assembly, firmware flashing, and advanced configuration:
We welcome contributions! See the Contributing Guide for how to get started.
Dune Weaver is available under a dual license:
For open-source projects and personal use, Dune Weaver is licensed under the GNU General Public License v3.0.
You are free to use, modify, and distribute this software under GPL-3.0 terms, provided that derivative works are also licensed under GPL-3.0 and source code is made available.
For commercial use, proprietary applications, OEM/embedded deployments, or if you cannot comply with GPL-3.0 requirements, a commercial license is available.
Contact: hello@duneweaver.com
See the LICENSE file for full details.
Happy sand drawing!