Git Product home page Git Product logo

air-notes's Introduction

air-notes

description

AiR Notes is a project for adding virtual notes in real environments using augmented reality. The ideia consists of using anchors (QR codes) in the real world as an origin point for a virtual environment. Each anchor, supposedly always in the same position, creates a persistent reference in the real world that allows a virtual environment to be rendered in a consistent way around it.

You can watch the demo video and read the remaining of this readme for more informations.

front-end

A React Native app made for iOS using the react-native-arkit binding for ARKit.

back-end

architecture

The entire backend is created using the serverless framework over AWS. We use the API Gateway + AWS Lambda to create, get and update anchors saved at DynamoDB.

Setup

Use yarn install to install node dependencies This is step is also required by the python fuction(s). Use virtualenv to load the pyton requirements.txt file. If you have the AWS keys as your environment variables, you can then run serverless deploy at back-end/air-notes-api.

Events

  • POST anchor/create

    • createAnchor/handler.js
    • Adds a new anchor to the database with this schema.
  • POST anchor/get

    • getAnchor/handler.js
    • Returns the anchor stored at the databased with the provided anchor attribute set at the request body.
  • POST anchor/update

    • updateAnchor/handler.js
    • Updates the notes attribute set at the request body of the anchor with the provided anchor attribute set at the request body.

air-notes's People

Contributors

pedroeusebio avatar viniciusscampos avatar pboueke avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.