Reed Weichler

Results 39 comments of Reed Weichler

Hey. I like this change in general, but now there's duplicated code everywhere, can you try to simplify it? I think a shared "alert" function that does the iOS version...

nope im not working on it, go ahead

To clarify, "bugged" = the just-closed-app's icon doesn't animate with the rest of the page while it's doing that shrinking animation. Likely has to do with it not being a...

Unfortunately I have a full-time job now and will not be focusing on Cylinder anymore. I'd consider this as abandoned until further notice.

Again, if anyone else wants to take a crack at it be my guest. I will happily merge pull requests. It should be a relatively simple fix. What immediately comes...

Novel idea. For the sake of UX, I think that there should only be a randomize switch, but instead of the randomize switch being truly random, it would kind of...

Also have the creator in folders as well so you can credit yourself, i.e. Altus and shit

For numbers it'd be kinda ambiguous. There's tons of different options for that. Like digits, and min/maxes. Might be ugly. ``` lua PARAM("Number of rotations", 1, {type = "integer", input="slider",...

Maybe just pass in a table as the only argument? ``` lua return PARAM{ name = "Number of Rotations", default = 1, type = "integer", input = "slider", min =...