esad / blockade

Turmite OS X Screensaver written in Elm

Home Page:http://esad.github.io/blockade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blockade is a randomized 2-color turmite screensaver for OS X (download or try it in your browser).

It's written in Elm with a small native screensaver wrapper that embeds the Elm app in a webview. The whole drawing is actually done via CSS.

Development Notes

You will need Elm 0.17 platform and Sass to build the web part. Once you have those

cd html && make

This will build you the new version in html/build. The three files from this directory get bundled in the screensaver.

To actually run the screensaver from Xcode, use the approach outlined here.

License

Copyright (c) 2016 Esad Hajdarevic, licensed under the MIT License.

About

Turmite OS X Screensaver written in Elm

http://esad.github.io/blockade


Languages

Language:JavaScript 95.9%Language:Elm 2.3%Language:Objective-C 1.0%Language:CSS 0.4%Language:HTML 0.3%Language:Makefile 0.1%