Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpsim/DeckRocket
DeckRocket turns your iPhone into a remote for Deckset presentations
https://github.com/jpsim/DeckRocket
Last synced: 2 months ago
JSON representation
DeckRocket turns your iPhone into a remote for Deckset presentations
- Host: GitHub
- URL: https://github.com/jpsim/DeckRocket
- Owner: jpsim
- License: mit
- Created: 2014-06-14T05:20:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-05-13T20:06:30.000Z (over 3 years ago)
- Last Synced: 2024-10-27T23:55:28.437Z (3 months ago)
- Language: Objective-C
- Size: 16.9 MB
- Stars: 397
- Watchers: 18
- Forks: 63
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swift-cn - DeckRocket - Deckset 的 swift 实现. (Demo Apps / 示例程序 / iOS)
- fucking-open-source-ios-apps - DeckRocket
README
# DeckRocket
![](design/math.jpg)
## DeckRocket turns your iPhone into a remote for [Deckset](http://decksetapp.com) presentations
![](demo.gif)
## Requirements
DeckRocket is built in Swift and relies on Multipeer Connectivity on both OS X
and iOS. Xcode 8, OS X 10.10 (and up) and iOS 8 (and up) are all required to
build, install and use DeckRocket.## Usage
1. Make sure you meet the requirements listed above.
2. Run `git submodule update --init`
2. Build and run both the "Mac" and "iOS" schemes in the `DeckRocket.xcodeproj`
Xcode project. You should see a :rocket: icon in your menu bar.
3. Open a presentation in Deckset on your Mac.
4. Click the DeckRocket menu bar icon and select "Send Slides".From there, swipe on your phone to control your Deckset slides, tap the screen
to toggle between current slide and notes view, and finally: keep an eye on the
color of the border!Red means the connection was lost. Green means everything should work!
A connection should be established between the Mac and iOS apps within a few
seconds. You'll then be able to swipe through your slides and see Deckset
navigate to them fairly instantly.The magic of Multipeer Connectivity should allow this to work even if devices
have no Internet connectivity and aren't even on the same WiFi network. But they
must both have either Bluetooth or WiFi turned on.## License
This project is MIT licensed and was developed independently from Deckset and
Unsigned Integer (but those guys are great!).