Here's the changelog.
Here's the deb.
- A lot. I don't feel like listing them all anymore.
If you want more, check out /r/cylinder!
If you want to make your own effects, check out EXAMPLE.lua. Once you've made your own effect, make a folder with your name in /Library/Cylinder on your phone (like /Library/Cylinder/rweichler), drop your scripts in, and it should appear in settings. You don't even have to respring! This allows for rapid testing.
- iPod touch 4
- iPod touch 5
- iPhone 4S
- iPhone 5S
- iOS 4 (preference bundle crashes)
- iOS 5
- iOS 6
- iOS 7
- iOS 3
- iOS 2
- The first iOS
I'm probably never going to support these because a device that can run iOS 1 can run iOS 3.
Make proof-of-concept cycript 'script'Port it to a Mobilesubstrate tweakAdd Lua bindingsAdd preferences bundleFix OS specific bugs<----- well, maybe not all of them but it is acceptableAdd randomize switchAdd more example Barrel thingiesCode cleanup<-------- this is ongoing- Fix conflicts with popular tweaks
- Put on BigBoss
##Building
If you don't feel like building this, here's a .deb of the latest stable build.
First, init the submodules:
git submodule update --init
And then make:
make package
Puts a freshly baked cylinder.deb in the root of the repository. :)
Pull requests are only for changes and improvements to the core framework. Not custom Lua scripts.
Feel free to post them to /r/cylinder. Once this is on BigBoss there will also be an easy way for you to submit your scripts there too.
GNU GPL, unless otherwise stated in the files themselves.