简体   繁体   English

使用Three.JS创建Windows屏幕保护程序

[英]Creating a Windows Screensaver with Three.JS

I recently made a cool Three.JS program, and I was wondering if there is a way to convert it into a windows screensaver. 我最近做了一个很酷的Three.JS程序,我想知道是否有一种方法可以将其转换为Windows屏幕保护程序。

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. 我只是好奇是否有办法将Three.JS应用程序制作到Windows屏幕保护程序中。

Thanks. 谢谢。

You can create a WinForm project with a Browser control that load your html document. 您可以使用加载HTML文档的Browser控件创建WinForm项目。 Compile it to get an exe file and install as screensaver 编译以获取一个exe文件并作为屏幕保护程序安装

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM