Wallpaper Engine:桌布引擎

Wallpaper Engine:桌布引擎

Customizable Module Visualizer
目前顯示第 31-40 項,共 113 項
< 1  2  3  4  5  6 ... 12 >
更新:2019 年 5 月 7 日 @ 下午 10:54

FIXED:

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

更新:2019 年 5 月 5 日 @ 上午 7:12

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

更新:2019 年 5 月 5 日 @ 上午 3:00

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

更新:2019 年 5 月 1 日 @ 上午 10:06

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

更新:2019 年 4 月 30 日 @ 下午 12:29

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

更新:2019 年 4 月 27 日 @ 上午 12:59

Hotfix:

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

更新:2019 年 4 月 27 日 @ 上午 12:40

Fixed:

- Video Background pause on Idle was broken

更新:2019 年 4 月 22 日 @ 上午 7:12

Fixed:

- Idle state confetti was bugging out hard ( typo )

更新:2019 年 4 月 21 日 @ 下午 11:51

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 )

更新:2019 年 4 月 21 日 @ 上午 1:31

- BUGFIX :

- Shake on Bass effect was broken due to derp