https://github.com/richardanaya/neonorigami
An open-source virtual world platform built on A-Frame
https://github.com/richardanaya/neonorigami
rust virtualreality webassembly
Last synced: about 1 year ago
JSON representation
An open-source virtual world platform built on A-Frame
- Host: GitHub
- URL: https://github.com/richardanaya/neonorigami
- Owner: richardanaya
- License: apache-2.0
- Created: 2021-01-03T22:58:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-12T06:26:54.000Z (over 5 years ago)
- Last Synced: 2025-05-07T09:13:05.989Z (about 1 year ago)
- Topics: rust, virtualreality, webassembly
- Language: JavaScript
- Homepage: http://neonorigami.com
- Size: 64.9 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Neon Origami
An open-source distributed virtual world platform.
Also a collection of high quality A-Frame components you can use for your own work:
* Physically based environment
See [demo](https://neonorigami.com/js/aframe-neonorigami/dist/index.html)
# How do I connect to the virtual web?
## Requirements
Supported Devices:
* Oculus Quest 1 or 2 using Firefox Reality Browser or Oculus Browser
## Setup
* Use the public access point [Neon Origami](http://neonorigami.com)
* Setup your own access point by creating an `index.html`
```html
```
# How can I use Neon Origami components in A-Frame?
```html
```
See demo [here](https://jsfiddle.net/9zc8d7mq/)
# Developing the Neon Origami app
```bash
make dev
# open http://localhost:8080/
```
# Developing components in isolation
If you just want to work on Neon Origami components for A-Frame
```bash
make dev-components
# open http://localhost:8081/
```
# License
This project is licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in `neonorigami` by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.