https://github.com/hexcube/arcoredraw
Simple demo app to draw lines in AR
https://github.com/hexcube/arcoredraw
arcore augmented-reality draw-lines scribble unity
Last synced: 9 months ago
JSON representation
Simple demo app to draw lines in AR
- Host: GitHub
- URL: https://github.com/hexcube/arcoredraw
- Owner: HEXcube
- License: mit
- Created: 2020-12-26T19:40:43.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-26T20:07:13.000Z (over 5 years ago)
- Last Synced: 2025-02-26T21:45:04.917Z (about 1 year ago)
- Topics: arcore, augmented-reality, draw-lines, scribble, unity
- Language: C#
- Homepage:
- Size: 20.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ARcoreDraw
Simple demo app to scribble in Augmented Reality
HOWTO
-----
- Requires Unity 2018.4 LTS and ARcore SDK for Unity v1.12
- Clone this project, import in Unity and build project
CREDITS
-------
- Based on the tutorial [Using ARCore and Unity3D to Draw Lines in Augmented Reality](https://heartbeat.fritz.ai/the-subtle-art-of-making-lines-in-augmented-reality-using-arcore-and-unity3d-e26718dffa03)
- Inspired by Google's [Just a Line app](https://play.google.com/store/apps/details?id=com.arexperiments.justaline)
- [How to Git with Unity](https://thoughtbot.com/blog/how-to-git-with-unity)
LICENSE
-------
Except where otherwise noted, all original content here are released under [MIT license](https://opensource.org/licenses/MIT). However, part of the work here are derived from other 3rd party projects and as a result follow the licenses of their original sources.