Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I don't know if you're still working on it but i wanted to ask if theres something I can do to make it looks more like the preview gif, I don't know if it's the compression of the gif but I think it looks awesome, like it has a texture to it, the wallpaper for me looks kinda blurry, maybe it has something to do with color depth?
It would be nice to have an option like that or to know if theres sommething wrong on my end xD
Either way, great job on the wallpaper!
There is actually an official "Wallpaper Engine" Android App. But sadly it does not support Web Wallpapers like this yet. So I would have to spend a lot of time reworking the wallpaper.. or hope they Add "Web" Support in the App.
I am probably going to set the blur to 0 by default with the next update ^^
And regarding the unresponsiveness... do you mean it stays unresponsive even after the preview is hidden again? If so, I will have to investigate this.
But if you're talking about unresponsiveness during visbility, it's probably nothing I can easily fix \:
Bit technical explanation:
Because the drawing canvas is in 3D-Mode, I could only write a shader for the overlay.
But if I drew the preview square on the Canvas directly, it would red-taint the preview itself which is not desireable imo... So I am currently using a simple html element mixed with webgl which is worse by performance but better by looks.