Geometry functions for Cocoa and Cocoa Touch
Перейти к файлу
Justin Spahr-Summers aba478ad16 Boilerplate README to rustle @maddox's jimmies 2012-10-22 13:28:06 -07:00
Archimedes Add geometry additions originally from github/Mantle 2012-10-22 13:22:09 -07:00
Archimedes.xcodeproj Add geometry additions originally from github/Mantle 2012-10-22 13:22:09 -07:00
ArchimedesTests Add geometry additions originally from github/Mantle 2012-10-22 13:22:09 -07:00
Configuration@67ebee7478 All the submodules 2012-10-22 13:03:46 -07:00
.gitignore Initial commit 2012-10-22 12:55:56 -07:00
.gitmodules All the submodules 2012-10-22 13:03:46 -07:00
LICENSE.md LICENSE 2012-10-22 13:04:02 -07:00
README.md Boilerplate README to rustle @maddox's jimmies 2012-10-22 13:28:06 -07:00

README.md

Archimedes

Archimedes contains useful geometry functions for your Cocoa or Cocoa Touch application.

This framework is very much a work in progress at the moment, and should be considered alpha quality. Breaking changes may happen often during this time.

Getting Started

To start building the framework, clone this repository and then run git submodule update --init --recursive. This will automatically pull down any dependencies.

Contributing

Fork this repository, make it awesomer (preferably in a branch named for the topic), send a pull request!

All contributions should match our coding conventions.

License

Archimedes is released under the MIT license. See LICENSE.md.