The goal of this fork is to help me debug my scripts for Aurora and probably make some personal fixes. The actual Aurora project you can find here: Link to Aurora project
- From Voron Scripts v1.0-beta.9 scripts are for Aurora-RGB. Download here
- Previous versions are for original Aurora
- Old info about very old scripts is here: Voron Scripts v1.0-beta.5
As you understand I did some scripts for my Logitech G910 Orion Spark. All scripts were designed for my own use and by my own taste, but if you like them feel free to use and modify them. You can even ask me to implement something on keyboard, if you can't. And if I will have time I will help you.
##PerfEffect
- Displays a load effect based on percent value. Analogue to Aurora's Percent Effect with lot of options and much more possibilities.
- Value can be taken from any WMI performance counter in system, plus some additional internal ones. E.g. load of CPU, cores of CPU, GPU, GPU memory, Ram, Disk, Network and other stuff.
- Value can be normalized and changed by custom math formula before displaying.
- Has all original modes AllAtOnce, Progressive, ProgressiveGradual and additional CycledGradientShift.
- Has ability to blink at high values to show overload.
##PingEffect
- Displays ping with animation of each request.
- Can display only current ping or graph of last pings.
- Each ping animation represents exactly each request that was made. Ping animation is as recent as possible, real ping request even can not yet complete until you start seeing it's animation. Hovewer in graph mode animation start's always after response was recieved.
- Colors and timings are highly customizible.
- Different hosts can be used for active application. And default host for other apps. For example, you can set script to show ping to game server while that game is active window.
- Download current profile version here.
- Just extract files in archive to your profiles folder ("%USERPROFILE%\AppData\Roaming\Aurora\Profiles")
- Select Voron profile in Desktop profile if you want everything with color zones
- Or just use those scripts you want
- Checkout script files, you can adjust some setting inside
- Enjoy your geek illumination! ^_^
- Aurora-RGB itself. Tested on v129, other may also work.
- For scripts v1.0-beta.8 and older - original Aurora - minimum v0.6.1-dev version Link to Aurora project
- For older original Aurora versions look at old scripts here: Voron Scripts v1.0-beta.5
- Aurora - The program that made it possible
- Aurora-RGB - Actual fork of original Aurora
- hwmonitor - Some code used for monitoring gpu utilization