Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laanlabs/ARBrush
Quick demo of 3d drawing in ARKit using metal + SceneKit. NOTE: This is experimental code!
https://github.com/laanlabs/ARBrush
Last synced: 2 months ago
JSON representation
Quick demo of 3d drawing in ARKit using metal + SceneKit. NOTE: This is experimental code!
- Host: GitHub
- URL: https://github.com/laanlabs/ARBrush
- Owner: laanlabs
- License: mit
- Created: 2017-06-24T18:32:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T17:20:50.000Z (almost 5 years ago)
- Last Synced: 2024-08-02T17:39:00.044Z (5 months ago)
- Language: Swift
- Size: 2.04 MB
- Stars: 786
- Watchers: 24
- Forks: 85
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - ARBrush - Quick demo of 3d drawing in ARKit using metal + SceneKit. NOTE: This is experimental code! (OOM-Leaks-Crash / AR-VR)
- awesome - ARBrush - Quick demo of 3d drawing in ARKit using metal + SceneKit. NOTE: This is experimental code! (OOM-Leaks-Crash / AR-VR)
README
# ARBrush
Quick demo of 3d drawing in ARKit using metal + SceneKit.Code adapted from:
https://github.com/lapfelix/ARKit-line-drawing
and:
https://www.raywenderlich.com/146414/metal-tutorial-swift-3-part-1-getting-startedNOTE: This is experimental code! ..I'm just learning swift.
Also note: this demo is pretty trivial to accomplish in Unity with the ARKit plugin (https://forum.unity3d.com/threads/arkit-support-for-ios-via-unity-arkit-plugin.474385/ https://www.assetstore.unity3d.com/en/#!/content/92515 ). This demo was more to see if metal drawing could be layered on top of scenekit.
![Alt text](anim.gif)
## Author
This project was created by Laan Labs. We design and build solutions at the intersection of Computer Vision and Augmented Reality.
[http://labs.laan.com](http://labs.laan.com)
[@laanlabs](https://twitter.com/laanlabs)
## License
ARBrush is released under the MIT License. See [LICENSE](LICENSE) for details.