Wallpaper Engine

Wallpaper Engine

View Stats:
Shiro-SP Jan 10, 2023 @ 10:45am
Does React.js or Vue.js framework support?
I have knowledge in programming in Vue.js and React.js framework. I tried to make a application with Vue.js and I build the application and tried to view it in Wallpaper Engine but it seems not to get it to work. Also React.js seems not to work. I receive a simple index.html and other bundle files with it that I put in the Wallpaper Engine folder.

In project.json I got a "file'' : ''index.html" and "type" : ''web".

How do I get it to work?
< >
Showing 1-1 of 1 comments
Tim  [developer] Jan 10, 2023 @ 11:15am 
Web wallpapers in Wallpaper Engine are executed via CEF, so essentially Google Chrome. Almost anything that works in Chrome will also work in Wallpaper Engine, including projects built with JavaScript frameworks. I can't give you in-depth development support but I would get started by hooking up to the debugger and checking the console output of the wallpaper, probably it will get you on the right track (it might just be something simple like a missing library file or something like that):

https://docs.wallpaperengine.io/en/web/debug/debug.html

You can also test your wallpaper by directly opening it in Google Chrome, as long as you are not using any Wallpaper Engine API features in your code.
< >
Showing 1-1 of 1 comments
Per page: 1530 50

Date Posted: Jan 10, 2023 @ 10:45am
Posts: 1