Git Product home page Git Product logo

phoenixbf / aton Goto Github PK

View Code? Open in Web Editor NEW
66.0 9.0 6.0 264.02 MB

ATON framework is based on modern web standards and technologies to create interactive, liquid and collaborative Web3D/WebXR apps targeting Cultural Heritage field. It adopts a “develop once, deploy everywhere” approach, providing building-blocks and a modular architecture

License: GNU General Public License v3.0

HTML 27.69% CSS 4.31% JavaScript 67.30% Batchfile 0.10% Dockerfile 0.04% Shell 0.01% EJS 0.54%
javascript web3d webxr 3d virtual-reality nodejs head-mounted-display html5 infrastructures threejs

aton's People

Contributors

dependabot[bot] avatar gitter-badger avatar nicospor avatar phoenixbf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aton's Issues

Video streaming

I'm trying to use video streaming, but it doesn't work. Other users don't receive it. (Audio streaming works)

EDIT: also screen streaming doesn't work

EDIT2: It seems that in ATON.photon.js the second parameter of _Photon.socket.on('UVIDEO') is empty

Aton on external Framework (Angular)

i need to integrate aton in external webapp in Angular, and i have not found any library to integrate. What i see is that only chance is integrate directly with a tag Frame but i would need to have some control on the 3d scene.
The use would like similar to Open Layer Library and Angular which i can integrate and listen to some events coming from the map.
Is there any solution on that.
Thak you in advance

Deploy by a Flask webserver

We are building a website where we want to view 3D models in a variety of viewers, such as Smithsonian Voyager, Aton, and others.
The project is called Pure3D.

So how do I offer the ATON viewer to the browser, and how does that viewer interact with the server?
Currently we use a Flask webserver.

Are there docs about what data traffic between client and server ATON will be conducting?

Obviously, we cannot let ATON dictate the choice of webserver that we want to use for Pure3D.

Configure ATON on a SSL LINUX server

I'm trying to install ATON on a LINUX (Ubuntu) machine. I'm using NGINX to manage traffic and SSL certificates.
I changed the routing configuration as follow:

location /ATON/ {
proxy_pass http://localhost:8080/;
}

location /ATONSSL/ {
proxy_pass https://localhost:8083/;
}
Unfortunatelu, there are other services already installed and active, for this reason I need to change the root directory of the ATON service. But when I configure ATON they continue to give me the following error (from console):

(GET https://my-server/api/landing 404 ( Not Found))

Could you tell me where to change this configuration?

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.