Skip to content

Commit

Permalink
Update README and package.json for v0.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
johncarmack1984 committed Apr 9, 2024
1 parent 0f01712 commit 298e544
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
Binary file added .github/lux-window-v0.0.3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,27 @@ cargo tauri dev

- ✅ Controls channels of 1-6 an [Enttec OpenDMX USB](https://www.enttec.com/product/dmx-usb-interfaces/open-dmx-usb/), assuming one RGBAW fixture.
- ✅ Accepts buffer commands via http
-`cargo tauri build` binary works on macOS
-`cargo tauri dev` works
- ✅ Commands via Discord bot

### Planned

- [ ] Support for custom fixtures using all 512 channels
- [ ] Commands via Discord bot
- [ ] User accounts synced via Turso
- [ ] Binary Distribution
- [ ] iOS Build
- [ ] Android Build
- [ ] Raspberry Pi Build
- [ ] Support for custom fixtures
- ...using all 512 channels
- [ ] Binary Distribution (in order)
1. [ ] mac
1. [ ] iOS
1. [ ] Raspberry Pi
1. [ ] Windows
1. [ ] Android
- [ ] Client/Server modes for shared home use
- [ ] CLI for remote control

### v0.0.3

![Tauri v0.0.3](.github/lux-window-v0.0.3.png?raw=true)

### v0.0.2

![Tauri v0.0.2](.github/lux-window-v0.0.2.png?raw=true)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lux",
"version": "0.1.0",
"version": "0.0.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 298e544

Please sign in to comment.