Wallpaper Engine

Wallpaper Engine

Customizable Module Visualizer
Affichage des entrées 31-40 sur 113
< 1  2  3  4  5  6 ... 12 >
Mis à jour le : 7 mai 2019 à 22h54

FIXED:

- 'split' lines where not positioned in the center (and had an offset on the X-axis because of that)

Mis à jour le : 5 mai 2019 à 7h12

CHANGED:

- Confetti now has a different 'alpha pattern'

was:
( 0 -> 0.1 => from 0% visibility to 100%, from 0.1 -> 1.0 => from 100% visibility to 0% visibility )

changed to :
( 0.0 -> 0.1 => 0% -> 100%, 0.1 - 0.7 => no change, 0.7 -> 1.0 => 100% -> 0% )

This makes it that confetti is way more clearly visible. Will add alpha/opacity setting for confetti soon :)

Mis à jour le : 5 mai 2019 à 3h00

CHANGED:
- Draw of the visualizer lines is now finally centred - lol. So if you overlap the 2 visualizers, they actually match up

- Several properties are now editable sliders ( like rotation for the visualizers ) for more precision

OTHER:
- Slight performance increase by reducing GC in javascript

Mis à jour le : 1 mai 2019 à 10h06

- Enanced Settings more : Toggles between red/green for disabled/enabled settings

Mis à jour le : 30 avr. 2019 à 12h29

- Added COLORS to the settings (hopefully to make it a bit more readable)
- Added links to changelog and my personal site

Mis à jour le : 27 avr. 2019 à 0h59

Hotfix:

- While fixing video, I messed up foreground Image
- Also updated version number :P lol

Mis à jour le : 27 avr. 2019 à 0h40

Fixed:

- Video Background pause on Idle was broken

Mis à jour le : 22 avr. 2019 à 7h12

Fixed:

- Idle state confetti was bugging out hard ( typo )

Mis à jour le : 21 avr. 2019 à 23h51

Bugfix :

Equalizer was broken and would distort the AudioData every other frame ( wasn't creating a copy of the audiodata, so it was actually changing the original audiodata array )

( which may sound okay, but wasn't - lol )

Mis à jour le : 21 avr. 2019 à 1h31

- BUGFIX :

- Shake on Bass effect was broken due to derp