Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/github/Archimedes
Geometry functions for Cocoa and Cocoa Touch
https://github.com/github/Archimedes
Last synced: 3 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T02:20:39.000Z (about 9 years ago)
- Last Synced: 2024-07-18T06:43:43.265Z (4 months ago)
- Language: Objective-C
- Size: 753 KB
- Stars: 465
- Watchers: 303
- Forks: 50
- 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).