Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amiantos/lifesaver
Conway's Game of Life implemented as an artistic, abstract macOS screensaver and tvOS app using SpriteKit
https://github.com/amiantos/lifesaver
abstract art artificial-life conway conway-game conways-game-of-life game-of-life gamekit gameoflife macos screensaver spritekit tvos visualization
Last synced: about 2 months ago
JSON representation
Conway's Game of Life implemented as an artistic, abstract macOS screensaver and tvOS app using SpriteKit
- Host: GitHub
- URL: https://github.com/amiantos/lifesaver
- Owner: amiantos
- License: mpl-2.0
- Created: 2019-05-18T18:10:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T02:05:21.000Z (about 3 years ago)
- Last Synced: 2024-10-11T02:28:31.402Z (2 months ago)
- Topics: abstract, art, artificial-life, conway, conway-game, conways-game-of-life, game-of-life, gamekit, gameoflife, macos, screensaver, spritekit, tvos, visualization
- Language: Swift
- Homepage: https://amiantos.net/lifesaver
- Size: 9.1 MB
- Stars: 210
- Watchers: 8
- Forks: 10
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- open-source-mac-os-apps - Life Saver - An abstract screensaver based on Conway's Game of Life implemented with SpriteKit ![swift_icon] (Applications / Screensaver)
- open-source-mac-os-apps - Life Saver - An abstract screensaver based on Conway's Game of Life implemented with SpriteKit ![swift_icon] (Applications / Screensaver)
- awesome-swift-macos-apps - Life Saver - An abstract screensaver based on Conway's Game of Life implemented with SpriteKit (Screensaver / Text)
- awesome-swift-macos-apps - Life Saver - An abstract screensaver based on Conway's Game of Life implemented with SpriteKit (Screensaver / Text)
README
# Life Saver
Life Saver is an abstract, artistic implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) built with SpriteKit. With a variety of settings and color schemes, Life Saver should satisfy designers and geeks alike. Comes in two flavors: a macOS screensaver, and an Apple TV app.
## 🖥  Screensaver
📼 [Watch a YouTube video to see it in action](https://www.youtube.com/watch?v=N4nCFUVThgg).
![Life Saver Screensaver](/Design/screensaver/lifesaver-screenshots-1.1.png?raw=true)
### 👉 [Download Life Saver v1.2 for macOS](https://amiantos.s3.amazonaws.com/lifesaver-1.2.zip)
## 📺  Apple TV
![Life Saver tvOS Main menu](/Design/tvos/tvos-ss-1.png?raw=true)
![Life Saver tvOS Preset menu](/Design/tvos/tvos-ss-2.png?raw=true)### 👉 [Get Life Saver TV on the App Store](https://apps.apple.com/us/app/life-saver-tv/id1470667717)
## To Install from Source
1. `git clone https://github.com/amiantos/lifesaver.git`
2. Open `Life Saver.xcworkspace`
3. Pick a target and run!