https://github.com/swamitagupta/goldcat
GoldCat is an iOS App that gives users information about the Golden Ratio and helps them implement it in their daily lives.
https://github.com/swamitagupta/goldcat
ios-swift networking uikit-framework vision
Last synced: 4 months ago
JSON representation
GoldCat is an iOS App that gives users information about the Golden Ratio and helps them implement it in their daily lives.
- Host: GitHub
- URL: https://github.com/swamitagupta/goldcat
- Owner: swamitagupta
- License: mit
- Created: 2020-09-08T04:58:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-13T08:27:49.000Z (almost 5 years ago)
- Last Synced: 2025-01-20T15:37:49.599Z (5 months ago)
- Topics: ios-swift, networking, uikit-framework, vision
- Language: Swift
- Homepage:
- Size: 19.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoldCat: A Golden Ratio Finder App
![]()
![]()
![]()
![]()
![]()
GoldCat lets users learn about the concept of Golden Ratio, explore its applications and implement it in their daily lives.
## Introduction
Two quantities are in the golden ratio if their ratio is the same as the ratio of their sum to the larger of the two quantities. It is used widely in the field of design and has applications in almost every other field too. This App explains the concept of Golden Ratio. It lets them implement golden ratio in an interactive manner along with letting the user explore its applications and importance in the present day through the applications tab and news feed. Users can also import images to find golden rectangles in them. GoldCat also calculates the complimentary golden edges of an input measurement.
## Steps to Run
* Clone or download the the repository.
* Open project file in terminal.
* Open `goldenRatioApp.xcodeproj`.
* Change the bundle identifier.
* Press `Ctrl + R` to run the app.
## How to UseThis App contains five tabs:
* Home tab: contains the theoretical and pictorial representation of Golden Ratio.
* Applications tab: contains illustrations of its applications in various fields.
* Capture tab: lets user import images and find out golden rectangles in faces, texts and rectangles found.
* Calculate tab: calculates golden ratio edges for a user-input measurement.
* Articles tab: lists recent news articles related to the Golden Ratio and leads to respective websites.## Libraries Used
* UIKit
* Vision
* ImageIO
* SafariServices## Project Screenshots
![]()
![]()
![]()
![]()
![]()
![]()
![]()
## License
Read [LICENSE](../master/LICENSE) for details.## Author
[Swamita Gupta](https://github.com/swamitagupta)