Swift3D 0.3.0

Swift3D 0.3.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jan 2016
SPMSupports SPM

Maintained by Adrian Krupa.



Swift3D 0.3.0

  • By
  • adriankrupa

A set of Swift functions useful for 3D programming. It expand common mathematical functions on SIMD data types. There are also handy functions for projection matrices, quaternions, matrices and vectors conversions. Everything is tested using glm.

Setup

Using git submodule

  1. If you are using git then add Dollar as a submodule using git submodule add https://github.com/adriankrupa/Swift3D.git. If not using git download the project using git clone https://github.com/adriankrupa/Swift3D.git in your project folder.
  2. Open the Swift3D folder. Drag Swift3D.xcodeproj, inside the Swift3D folder, into the file navigator of your Xcode project.
  3. In Xcode, navigate to the target configuration window by clicking on the blue project icon, and selecting the application target under the "Targets" heading in the sidebar.
  4. In the tab bar at the top of that window, open the "Build Phases" panel.
  5. Expand the "Link Binary with Libraries" group, and add Swift3D.framework.
  6. In your project file import Swift3D and you can call all of the helper functions.

Bitdeli Badge