C4iOS Versions Save

C4 is an open-source creative coding framework that harnesses the power of native iOS programming with a simplified API that gets you working with media right away. Build artworks, design interfaces and explore new possibilities working with media and interaction.

3.0.0

6 years ago
  • Updated to Swift 4.0 and Xcode 9
  • Add tvOS support
  • Use lowercase switch cases to adhere to Swift API guidelines
  • Improve math utility functions, you can now use them with CGFloat, Float, and Double
  • Use new NSNotification.Name type for events
  • Fix colon spacing to conform to new SwiftLint rule

2.2.0

6 years ago

Ready for Xcode 9. Fixed some warnings and updated the project settings.

2.1.1

7 years ago

This releases opens the Image class.

2.1.0

7 years ago
  • Made some classes open so that they can be subclassed
  • New function to get the color of a pixel in an image
  • Fix style problems (using SwiftLint 0.14)

2.0.0

7 years ago

This version is all Swift 3.0. The minimum iOS version is now 9.0.

1.1.0

8 years ago

This is a huge release! The major difference is that we opted for a Swift-er style for the api and dropped the C4 prefix from almost all objects! Only our custom colors now have a prefix, like C4Blue, C4Grey, C4Pink, and C4Purple

Content Along with this release we have also updated our website to a new version. Now, all content refers to the non-C4-prefix style (yes, we edited COSMOS tutorial).

We added an examples tutorial highlighting differences between Processing and C4.

We updated the installer to this version of the api.

Contributors Adds muted property to Movie by @jbloit (#635) Repeat functionality added to ViewAnimationSequence by @Rabursky (#591) The * operator on Vector now works with scalar on the left hand side by @schwarrrtz (#584) Add language marks to code blocks by @3lvis (#583)

Other Updates Adds init(copy) method to all visible and non-visible objects (#589, #633, #637) Updates initializers, allowing for subclassing outside of framework (#630, #631) Updates lerp function signatures, in Math and Point classes Adds default image sets to C4App Adds AVAudioSession playback setup Adds proper hit testing for shapes Changes Foundation's delay to wait (#624) Adds ScreenRecorder that captures the screen using ReplayKit. (#612) Adds shadow to animatable properties Adds rotation property to Shape, Movie, Image (#611, #613) Adds app icon set to C4App Removes C4 prefix from all classes (#605) Adds swiftlint and refactor code to proper styling constraints Adds spring animations Adds cumulative rotation to View, using actionForKey Adds spring animationd (#600) Adds gradientFill to Shape (#599, #620, #623) Adds rendering to View and Shape (#598) Adds colorWithAlpha function to Color, you can now do the following: let faded = black.colorWithAlpha(0.5) (#597) Adds locations and center variables to gesture actions (#594, #640) Adds ability to easily move one view above / below another view (#589) Adds ability to animate contents of Image (#588) Adds ability to easily move one view above / below another view Adds masksToBounds property to View Adds build status image link (https://travis-ci.org/C4Framework/C4iOS.svg?branch=master) Adds TravisCI Add ability to nest animations

1.0.0

8 years ago

First stable Swift release