Question: screesaver
Hello, I want to find such a dynamic screensaver on my Mac. She is stock, where can I get her?
Hello, I want to find such a dynamic screensaver on my Mac. She is stock, where can I get her?
First, download Xcode which you can read about here: https://developer.apple.com/xcode/
Xcode is free and it's available from the Mac App Store (search for it). The first time you launch Xcode it may need to "install additional components" so let it do that.
Then, download the project from that GitHub page. Launch Xcode and build the project, which will result in an installable screensaver.
Here's a piece of it:
Had to reduce it to < 5 MB to upload it here
There’s more to the conversation
Read all repliesIn addition to the Catalina island, I have no more, I want to see any others
Thank you very much! Tell me, how can I install a screensaver? Should it be placed in some kind of folder?
First, download Xcode which you can read about here: https://developer.apple.com/xcode/
Xcode is free and it's available from the Mac App Store (search for it). The first time you launch Xcode it may need to "install additional components" so let it do that.
Then, download the project from that GitHub page. Launch Xcode and build the project, which will result in an installable screensaver.
Thanks! I will try. I thought the whole process would be easier. I thought I could download a ready-made screensaver :|
It's really not that difficult. Downloading and installing Xcode, perhaps updating it, followed by adding its "additional components" can take a long time. Once that is finished though, the project itself is little more than an .mp4 file that it builds into a screensaver. It will automatically create the .saver file which you simply double-click to install. You don't need to install it in any particular folder. It does that on its own.
Start by downloading Xcode.
Here's a piece of it:
Had to reduce it to < 5 MB to upload it here
I don’t know how, but it turned out. Thank you very much!
😎
Question: screesaver