Questions tagged [argon]

Argon is a mobile web browser for iOS, and associated software suite, for creating augmented reality-enabled websites.

The Argon Project is research project at Georgia Tech. There have been two versions of Argon released for iOS (Argon at and Argon2 Isotope), and a third version is expected this year. Argon downloaded AR applications from web servers, created with a specialized version of KML called KARML. Argon2 adopted a more traditional approach to extending web functionality, exposing AR-specific APIs into Javascript, but otherwise allowing content to be created using the same technologies used to create other mobile websites. With Argon2, a javascript framework called argon.js was introduced, with the intent that this framework will eventually work on other web browsers as AR-specific technologies become more widely available.

Version 3 is currently in beta, and expected to be released this year. It will continue the shift toward cross-platform support of AR via the argon.js framework, and with version 3, the project will be open-sourced at http://argonjs.io

30 questions
6
votes
1 answer

Occlusion of real-world objects using three.js

I’m using three.js inside an experimental augmented-reality web browser. (The browser is called Argon. Essentially, Argon uses Qualcomm’s Vuforia AR SDK to track images and objects in the phone camera. Argon sends the tracking information into…
jdb51
  • 61
  • 3
5
votes
1 answer

Difference between HSM and Argon2 ? which one is preferrable

I am working on a application dealing with customer details , which we want to store in our DB as encrypted , Which one is preferable Argon2
Muddassir Rahman
  • 976
  • 1
  • 9
  • 20
2
votes
0 answers

Argon2 php vs Java hash_len

Is it possible to set the Argon2 Hash length in PHP ? updated question + answer on github: https://github.com/charlesportwoodii/php-argon2-ext/issues/9 Problem: 2 Apps communicating and doing encryption. Now I want both apps to be able to create the…
RickyS
  • 21
  • 5
2
votes
1 answer

argon-aframe move with the users geolocation

I have this project: my codepen I want to be able to move forward when the user walks, so it feels like they are walking thru the floor plan in VR as they are in real life. my goal is get the geolocation of the user and show them the room matching…
Eli
  • 4,329
  • 6
  • 53
  • 78
2
votes
1 answer

How do I attach an image to the reference frame in argon so that it moves with the camera wherever the user moves the phone to

How do I attach an image to the reference frame in argon so that it moves with the camera based wherever the user points the phone? Basically, I want it to be like a HUD, and in my case, it will just be a still image that I've designed in photoshop…
1
vote
1 answer

Dynamically generate argonSidebarItem in shiny

My expected output looks like this - library(argonDash) library(argonR) library(shiny) ui <- argonDashPage( header = argonDashHeader( color = "header_custom", gradient = TRUE, top_padding = 3, bottom_padding = 3 ), sidebar =…
user16024709
  • 151
  • 1
  • 12
1
vote
0 answers

Argon2 hash key output is over 32 bytes

I am learning cryptography and started a simple project where I intend on using Argon2 to hash my password with a randomly generated salt and then use this hash to generate cipher text and encrypt data using AES algorithm. However, my hash always…
1
vote
1 answer

how to make bootstrap 4 table header sticky on top when page scroll

I'm using argon dashboard by creative tim https://demos.creative-tim.com/argon-dashboard/. Now I want table header remains at the top when scrolling page. I tried using class sticky-top but it does not work.
1
vote
1 answer

"Error in ./node_modules/fsevents/fsevents.node" in Vue-CLI project

Today I encounter a problem in my Argon Vue.js project. When I try to run the 'npm run serve' command, I get the following error message: ERROR Failed to compile with 1 errors …
Yoji
  • 11
  • 3
1
vote
2 answers

Creating a counter for C++ with a button

I am trying to put together a button press counter with my argon device. I have a couple sounds I want to alternate between but can not get a counter to work for me to change songs A and B. I wanted to set song A as counter evens and song B on…
Ashham93
  • 33
  • 5
1
vote
1 answer

Argon.js: Error: A frame state has not yet been received

I am attempting to use argon.js server side so that I can convert lla coordinates to a predefined reference frame. I'm not rendering any graphics of course, I'm just using it to convert values. See SO question Using Geo-coordintes Instead of…
crld
  • 105
  • 1
  • 6
1
vote
1 answer

Using Geo-coordintes Instead of Cartesian to Draw in Argon and A-Frame

I would like to create a GPS drawing program in Argon and A-Frame which draws lines based upon people's movements. Lines can be drawn in A-Frame with, for example, the meshline component which uses Cartesian points:
crld
  • 105
  • 1
  • 6
1
vote
1 answer

Not valid NCName - XSD Validation error

The XSD has this element: And the value in my XML is this: Axis Boss Ldn And when the validation is triggered, it gives the error: Message: Datatype…
Shikha
  • 93
  • 1
  • 3
  • 12
0
votes
2 answers

React Native: How to inline a toggle switch with a textInput?

This is what I have done so far: I want the text input to extent until reaches end of box. Here's my code:
Vic Andam
  • 823
  • 2
  • 7
  • 17
0
votes
1 answer

Class 'Laravel\Ui\UiCommand' not found when install argon dashboard in laravel 8

When i trird to install argon dashboard i got the below errors when i run this command : composer require laravel-frontend-presets/argon inside my project . Error Class 'Laravel\Ui\UiCommand' not found at…
1
2