https://github.com/github/archimedes
Geometry functions for Cocoa and Cocoa Touch
https://github.com/github/archimedes
Last synced: 5 months ago
JSON representation
Geometry functions for Cocoa and Cocoa Touch
- Host: GitHub
- URL: https://github.com/github/archimedes
- Owner: github
- License: other
- Archived: true
- Created: 2012-10-22T19:55:55.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T02:20:39.000Z (over 10 years ago)
- Last Synced: 2025-09-11T22:29:28.657Z (6 months ago)
- Language: Objective-C
- Size: 753 KB
- Stars: 467
- Watchers: 332
- Forks: 37
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Archimedes
Archimedes contains useful geometry functions for your Cocoa or Cocoa Touch application.
## Getting Started
To start building the framework, clone this repository and then run `script/bootstrap`.
This will automatically pull down any dependencies.
Use the `.xcworkspace` file if you’re working on Archimedes in isolation, or the `.xcodeproj` if you’re using it in another project.
## License
Archimedes is released under the MIT license. See [LICENSE.md](https://github.com/github/Archimedes/blob/master/LICENSE.md).