Releases: Votline/PowerChecker
Releases · Votline/PowerChecker
PowerChecker v2.1
PowerChecker v2.0 - Release
Ultra-optimized transparent battery tracker on top of all windows
Major changes:
- Complete refactoring of the architecture - transition to a modular system
- ×10 performance gain - pre-caching of meshes
- Configuration system - settings via JSON without recompilation
- Unified system of elements - it's easy to add new features
Technical improvements:
- Optimized rendering - VAO caching for all characters
- Flexible shader system - uniform colors and positioning
- Cross-platform - ready-made binaries for Linux and Windows
- Zero-dependencies - self-contained executable files
📦 Installation
git clone https://github.com/Votline/PowerChecker && cd PowerChecker && go mod download && go build -o powechecker && ./powercheckerOr download a pre-built Linux binary ↓
PowerCheck v1.2
PowerCheck v1.2 - Minimalistic Battery Monitor
🔋 Key Features
- Clean Interface - Only essential information
- Instant Shutdown -
SD(Shutdown) button - Sleep Mode -
SS(Suspend) button - Accurate Charge Percentage - Data directly from
/sys/class/power_supply/BAT0/capacity
🛠 Technologies
- Go as the main language
- OpenGL for graphics
- GLFW for window management
📦 Installation
git clone https://github.com/Votline/PowerCheck && cd PowerCheck go mod downloadgo buildOr download a pre-built Linux binary↓
PowerCheck v1.1
PowerCheck v1.1 - Minimalistic Battery Monitor
🔋 Key Features
- Clean Interface - Only essential information
- Instant Shutdown -
SD(Shutdown) button - Sleep Mode -
SS(Suspend) button - Accurate Charge Percentage - Data directly from
/sys/class/power_supply/BAT0/capacity
🛠 Technologies
- Go as the main language
- OpenGL for graphics
- GLFW for window management
📦 Installation
git clone https://github.com/Votline/PowerCheck && cd PowerCheck go mod downloadgo buildOr download a pre-built Linux binary↓
PowerCheck v1.0
PowerCheck v1.0 - Minimalistic Battery Monitor
🔋 Key Features
- Clean Interface - Only essential information
- Instant Shutdown -
SD(Shutdown) button - Sleep Mode -
SS(Suspend) button - Accurate Charge Percentage - Data directly from
/sys/class/power_supply/BAT0/capacity
🛠 Technologies
- Go as the main language
- OpenGL for graphics
- GLFW for window management
📦 Installation
git clone https://github.com/Votline/PowerCheck && cd PowerCheck go mod downloadgo build