Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/el-hoshino/danbo
Danbo is a wrapper framework for CGAffineTransform
https://github.com/el-hoshino/danbo
Last synced: 28 days ago
JSON representation
Danbo is a wrapper framework for CGAffineTransform
- Host: GitHub
- URL: https://github.com/el-hoshino/danbo
- Owner: el-hoshino
- License: wtfpl
- Created: 2017-05-10T08:46:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T01:15:21.000Z (over 6 years ago)
- Last Synced: 2024-12-07T18:45:17.716Z (about 1 month ago)
- Language: Swift
- Size: 157 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Platform](http://img.shields.io/badge/platform-ios-blue.svg?style=flat)](https://developer.apple.com/iphone/index.action)
[![Language](http://img.shields.io/badge/language-swift-brightgreen.svg?style=flat)](https://developer.apple.com/swift)
[![Build Status](https://www.bitrise.io/app/a48a97574f990df3/status.svg?token=4cj7agy2fg3EQAXtmbAtQA&branch=master)](https://www.bitrise.io/app/a48a97574f990df3)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)# Danbo
Danbo is a wrapper framework for CGAffineTransform, including a Playground to test your transforms.The name **Danbo** is from the nickname of my friend, [ktanaka117](https://github.com/ktanaka117/). This framework is kind of made for him (:P), and that's why I used Method Chaining as an API to make transforms: I personally don't like method chaining syntax very much, but he likes it :).
The `girl.png` image included in Playground was originally downloaded from [here](https://www.ac-illust.com/main/detail.php?id=121046).