An open API service indexing awesome lists of open source software.

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

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.