Wallpaper Engine

Wallpaper Engine

Customizable Module Visualizer
Menampilkan31-40 dari 113 kiriman
< 1  2  3  4  5  6 ... 12 >
Pembaruan: 7 Mei 2019 @ 10:54pm

FIXED:

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

Pembaruan: 5 Mei 2019 @ 7:12am

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 :)

Pembaruan: 5 Mei 2019 @ 3:00am

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

Pembaruan: 1 Mei 2019 @ 10:06am

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

Pembaruan: 30 Apr 2019 @ 12:29pm

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

Pembaruan: 27 Apr 2019 @ 12:59am

Hotfix:

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

Pembaruan: 27 Apr 2019 @ 12:40am

Fixed:

- Video Background pause on Idle was broken

Pembaruan: 22 Apr 2019 @ 7:12am

Fixed:

- Idle state confetti was bugging out hard ( typo )

Pembaruan: 21 Apr 2019 @ 11:51pm

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 )

Pembaruan: 21 Apr 2019 @ 1:31am

- BUGFIX :

- Shake on Bass effect was broken due to derp