https://github.com/phoenixbf/mulax
https://github.com/phoenixbf/mulax
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/phoenixbf/mulax
- Owner: phoenixbf
- License: gpl-3.0
- Created: 2024-05-14T14:57:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T17:12:13.000Z (over 1 year ago)
- Last Synced: 2025-02-05T18:41:22.581Z (over 1 year ago)
- Language: JavaScript
- Size: 206 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MuLaX
MuLaX is a Web3D tool designed and developed by CNR ISPC in PERCEIVE EU project.
## Getting started
1) Follow [ATON framework instructions](https://github.com/phoenixbf/aton)
2) Just drop (or better git clone) app folder in `/wapps/` thus obtaining: `/wapps/mulax/`
3) Open http://localhost:8080/a/mulax?m=sample
For the last step (3) in order to inspect and access items (with associated layers, masks and POIs) you must specify the asset folder in the main config file (`config/config.json` - if not present, just create it):
```
{
"assetsFolder": "/items/",
"items":{
"sample":{
"url":"statue.gltf"
}
}
}
```
URLs refer to ATON data collections, thus MuLaX for will resolve `sample` entry in `data/collections//items/sample/statue.gltf`