Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/illegalprime/fuforia
A node module for Vuforia that will quickly organize targets and load them based on location.
https://github.com/illegalprime/fuforia
Last synced: about 1 month ago
JSON representation
A node module for Vuforia that will quickly organize targets and load them based on location.
- Host: GitHub
- URL: https://github.com/illegalprime/fuforia
- Owner: illegalprime
- License: gpl-2.0
- Created: 2015-02-03T19:26:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-24T19:30:51.000Z (almost 10 years ago)
- Last Synced: 2023-08-02T12:30:59.553Z (over 1 year ago)
- Language: JavaScript
- Size: 465 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fuforia
A node module for Vuforia that will quickly organize targets and load them based on location.## Dependencies
The [kdtree](http://code.google.com/p/kdtree/) C library is required. In order to install, get the latest version from [here](http://code.google.com/p/kdtree/downloads/list) and run the following commands:
```
./configure
make
sudo make install PREFIX=/usr
```# Goals
## Technical
1. Ability to upload (Geo-tagged) images to database on the fly
2. Manages and provides models in realtime based on location## Social
3. Manage individual 3.js attatchments to objects
4. Order attatchements based on popularity# Manual Vuforia
## Creating a Vuforia Target
1. Go to the [Vuforia Developer Portal](https://developer.vuforia.com/)
2. Register! (Login -> Create an account now)
3. Once logged-in go to Target Manager
4. Create a database
5. Click on your created database and then 'Add Target'
6. Upload a picture (if Single Image) and provide its width in cm
7. Other models we be supported later
8. Something something... BAM!
9. New Model Added. Click download to add it