Git Product home page Git Product logo

websaver's Introduction

WebSaver: A WebKit-based Mac OS X screensaver

A Mac OS X screensaver which simply embeds WebKit to display a webpage or JavaScript application. Perfect for Canvas animations.

You can specify a web url as screen saver.

This version includes a simple Preferences sheet.

Instructions

Install the pre-built version of WebSaver by double-clicking "WebSaver/build/Release/Web.saver".

Replace "Web.saver/Contents/Resources/index.html" with your own web page or application.

To build from source, do the following:

  1. Open WebSaver.xcodeproj in Xcode.

  2. Build.

  3. Double-click the built Web.saver to install.

Notes

  • Change the "Product Name" in the "Web" target if you are distributing a screensaver to prevent conflicts with others.

License

Copyright (c) 2013, Thomas Robinson http://tlrobinson.net/

Copyright (c) 2012, Senseg Ltd http://www.senseg.com

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the Thomas Robinson, Senseg nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY Thomas Robinson AND/OR Senseg ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Thomas Robinson BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

websaver's People

Contributors

eendeego avatar gaohao avatar tlrobinson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

websaver's Issues

Multiple screensavers

Hi,

I'm getting this to work with the index.html etc, but I'm hoping to have multiple screensavers and if I duplicate the web.saver file (each with their own individual index.html, and rename the .saver files) they still display the same file.

Does anyone know how much I need to change in the xcode project and where, in order for them to be "individual" projects?

Mountain Lion support

Could you add support for Mountain Lion? Get this error: "You cannot use the Web screen saver with this version of Mac OS X. Please contact the vendor to get a new version of the screen saver"

WebGL

Love this thanks for putting it together. OSX doesn't seem to like using WebGL through it though. Is there anyway to change the rendering engine to Safari?

GPS data?

I am building a clock app in HTML/JS that relies on the users GPS data to generate the correct conditions in the DOM. [ http://finetimeios.herokuapp.com/ ]

Are you aware of a method for allowing GPS access in a screensaver? As of right now the clock just hangs.

does not work with Mac OS X 10.6

Mac OS X instead displays a message stating something like "this screensaver does not work with this version of OS X, contact the vendor for an update".

Dismiss with mouse move or key press

Currently using my content I can only dismiss the screensaver by pressing escape. Is there something I'm doing wrong or some change I need to make to my project so that key/mouse input doesn't get swallowed by the web content and instead kills the screensaver?

Can't find index.html

I'm trying to edit the URL to a page I want as my screensaver, but I can not find ' Web.saver/Contents/Resources/index.html ' in any of the files.

When I explored Web.saver's package contents I couldn't find a Resources dir / folder.

.

Doesn't seem to work anymore

Xcode: 9.4.1

WebSaverView.m:

- (id)initWithFrame:(NSRect)frame isPreview:(BOOL)isPreview
...
    [webView setFrameLoadDelegate:self];
    "Sending 'WebSaverView *' to parameter of incompatible type 'id<WebFrameLoadDelegate>'"
- (NSWindow *)configureSheet
...
    if (![NSBundle loadNibNamed:@"ConfigureSheet" owner:self])
    "'loadNibNamed:owner:' is deprecated: first deprecated in macOS 10.8"

As a result of these, the configuration dialog doesn't display so... it doesn't work.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.