Wallpaper Engine

Wallpaper Engine

Customizable Module Visualizer
113개 중 31~40개 표시 중
< 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