سؤال

I recently made a cool Three.JS program, and I was wondering if there is a way to convert it into a windows screensaver.

You can see the application here. Naturally, I'd plan on removing things like the input fields if it were to become an actual screensaver. I'm just curious if there is any way to make a Three.JS application into a windows screensaver.

Thanks.

هل كانت مفيدة؟

المحلول

You can create a WinForm project with a Browser control that load your html document. Compile it to get an exe file and install as screensaver

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top