-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3259885
commit 83012e8
Showing
44 changed files
with
1,226 additions
and
3,218 deletions.
There are no files selected for viewing
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,31 @@ | ||
# Lux | ||
|
||
```bash | ||
cargo tauri dev | ||
``` | ||
|
||
![Tauri Main Window](.github/lux-window.png?raw=true) | ||
## Features | ||
|
||
- ✅ 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 | ||
|
||
### 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 | ||
- [ ] Client/Server modes for shared home use | ||
- [ ] CLI for remote control | ||
|
||
### v0.0.2 | ||
|
||
![Tauri v0.0.2](.github/lux-window-v0.0.2.png?raw=true) | ||
|
||
### v0.0.1 | ||
|
||
![Tauri v0.0.1](.github/lux-window-v0.0.1.png?raw=true) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,12 +46,9 @@ | |
"autoprefixer": "^10.4.19", | ||
"eslint": "^8", | ||
"eslint-config-next": "14.1.4", | ||
"i": "^0.3.7", | ||
"internal-ip": "^8.0.0", | ||
"openapi-typescript": "^6.7.5", | ||
"postcss": "^8", | ||
"tailwindcss": "^3.4.3", | ||
"typescript": "^5.4.3" | ||
}, | ||
"packageManager": "[email protected]+sha256.c69c54d81c58e23ee23324729e68d012fe3ef3b7e62e2dc521b1141c2a36567e" | ||
} | ||
} |
Oops, something went wrong.