{"id":18028492,"url":"https://github.com/interactivetech/vuforiascenekit","last_synced_at":"2025-04-04T20:45:54.896Z","repository":{"id":74752264,"uuid":"82408976","full_name":"interactivetech/VuforiaScenekit","owner":"interactivetech","description":"Integrating Vuforia and Scenekit, inspired from yshrkt/VuforiaSampleSwift","archived":false,"fork":false,"pushed_at":"2017-02-19T23:27:56.000Z","size":34248,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T05:25:20.174Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/interactivetech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-18T18:55:25.000Z","updated_at":"2017-08-30T05:24:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"0e226e3a-4c32-4263-a6e5-675a56f3a633","html_url":"https://github.com/interactivetech/VuforiaScenekit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactivetech%2FVuforiaScenekit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactivetech%2FVuforiaScenekit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactivetech%2FVuforiaScenekit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interactivetech%2FVuforiaScenekit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interactivetech","download_url":"https://codeload.github.com/interactivetech/VuforiaScenekit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247249601,"owners_count":20908211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-30T08:42:21.205Z","updated_at":"2025-04-04T20:45:54.880Z","avatar_url":"https://github.com/interactivetech.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VuforiaSampleSwift\n\nVuforia sample code with SceneKit using Swift.\nMe adding some fixed to get it to run nice on an iPhone 6+\n\n## Requirement\n\n* Xcode 8\n* iOS 9.3+\n* Vuforia SDK for iOS v6.2.6\n\n## Setup\n\n* Download Vuforia SDK for iOS.  \n  [Vuforia SDK](https://developer.vuforia.com/downloads/sdk)\n* Put the SDK on your path as like bellow:  \n  `VuforiaSampleSwift/VuforiaSampleSwift/vuforia-sdk-ios-6-2-6`\n* Download Vuforiat Sample Targets.  \n  [Vuforiat Sample](https://developer.vuforia.com/downloads/samples)\n* Put your targets on your path as like bellow:  \n  `VuforiaSampleSwift/VuforiaSampleSwift/VuforiaAssets/ImageTargets`\n* If you needs to fix to links to these files and settings in project, fix it.  \n  If you failed to build, check `Header Search Paths` and `Libarary Search Paths` in Build Settings.\n* Set your `lincenseKey` and `dataSetFile` in ViewController.swift.\n\n\n## Usage\n\nSee ViewController.swift.\n\n``` swift\n\nvuforiaManager = VuforiaManager(licenseKey: \"your license key\", dataSetFile: \"your target xml file\")\nif let manager = vuforiaManager {\n    manager.delegate = self\n    manager.eaglView.sceneSource = self\n    manager.eaglView.delegate = self\n    manager.eaglView.setupRenderer()\n    self.view = manager.eaglView\n}\n\nvuforiaManager?.prepareWithOrientation(.Portrait)\n\n...\n\ndo {\n    try vuforiaManager?.start()\n}catch let error {\n    print(\"\\(error)\")\n}\n\n```\n\n## ScreenShot\n\n![img_2150](https://cloud.githubusercontent.com/assets/5833510/23090197/d0469380-f565-11e6-8fa0-dc2de94eed8c.PNG)\n## Thanks\n\nI am referring to the following page.\n\n* [Making Augmented Reality app easily with Scenekit + Vuforia (in English)](http://qiita.com/akira108/items/a743138fca532ee193fe)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteractivetech%2Fvuforiascenekit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finteractivetech%2Fvuforiascenekit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteractivetech%2Fvuforiascenekit/lists"}