rvuw/README.md

34 lines
654 B
Markdown
Raw Normal View History

2024-04-03 12:57:08 +02:00
# Razer Viper Ultimate on Windows
> Without insanely bad Razer software.
2024-04-03 14:10:58 +02:00
2024-04-03 14:36:09 +02:00
## Roadmap
- [ ] Find the percentage of the battery
- [ ] Find the status of the battery
## Features
- [ ] Run in background
- [ ] Icon in Taskbar
- [ ] Labels who show status and percentage
- [ ] Checkbox for running at boot
- [ ] Button to close the app
## Acknowledgment
2024-04-03 14:10:58 +02:00
Thanks [openrazer](https://github.com/openrazer/openrazer/) for all the knowledge.
2024-04-03 14:36:09 +02:00
---
## Developer documentation
### Build
I'm using WSL + MinGW, running `make` should work.
### Development
I'm using VSCode with clangd. It should work out of the box,
see [.vscode](./.vscode) directory.