We all benefit from the work of the open-source community in the software world. Cooliris is no exception. Today, we would like to give back, and are glad to announce that we recently released our internal Cooliris ToolKit for iOS as open-source.
This toolkit is used in various Cooliris products for iOS, including Discover or Decks, and allows developers of iOS applications to speed up development time.
What makes it different from various open-source toolkits is that each feature is designed to have minimal dependency on other ones. Each feature is also designed to be implemented with a single .h/.m source code files pair. The combination of these two design goals makes it quite easy to re-use only what you need from this project without clustering your application with many additional obscure source files.
For a detailed description of the Cooliris ToolKit for iOS, along with an overview of its benefits, or to retrieve the source code, go to http://code.google.com/p/cooliris-toolkit/.
Cooliris ToolKit is copyright 2011 Cooliris, Inc. and available under Apache 2.0 license. See the included LICENSE file in the project for more information. Note that Cooliris ToolKit includes other open-source projects and such projects remain under their own license.
For a third-party application that makes extensive use of the Cooliris ToolKit for iOS, check out the ComicFlow comic reader for iPad, also available as its open-source code.
What makes it different from various open-source toolkits is that each feature is designed to have minimal dependency on other ones. Each feature is also designed to be implemented with a single .h/.m source code files pair. The combination of these two design goals makes it quite easy to re-use only what you need from this project without clustering your application with many additional obscure source files.
For a detailed description of the Cooliris ToolKit for iOS, along with an overview of its benefits, or to retrieve the source code, go to http://code.google.com/p/cooliris-toolkit/.
Cooliris ToolKit is copyright 2011 Cooliris, Inc. and available under Apache 2.0 license. See the included LICENSE file in the project for more information. Note that Cooliris ToolKit includes other open-source projects and such projects remain under their own license.
For a third-party application that makes extensive use of the Cooliris ToolKit for iOS, check out the ComicFlow comic reader for iPad, also available as open-source.