/SDFPrimitives

Primary LanguageObjective-CDo What The F*ck You Want To Public LicenseWTFPL

SDFPrimitives

The start of a collection of very simple additional routines.

All code in here is property of its respective author. I am not claiming it. I am simply trying to organize bits of code I've seen that are not in github modules.

Usage

  1. Add any sources you want to use to your application.
  2. #import the relevant headers, optionally in your precompiled header.

Notes

  • Each group of functionality will be its own .h/.m.
  • There is (and will be) no "import everything" header. Use the headers you want. If you want to import everything into a project, write a header in your project to do so.
  • Each file's name is based on the class it extends. Don't add files that you're not using, and don't add files that don't match the platform (iOS vs. OSX) you're developing for.

License

  • This code was intended to be public domain. Since public domain doesn't exist in some coutnries, it's instead under the terms of the Do What The Fuck You Want To Public License. I'll get around to actually putting this license in the files later.

Credits