2026-07-31 19:46:50 +02:00
|
|
|
|
XRForge is a tiny, powerful tool to interconnect XR experiences.<br>
|
2026-05-15 23:57:23 +02:00
|
|
|
|
|
2026-07-31 19:46:50 +02:00
|
|
|
|
## Adding content
|
2026-05-15 23:57:23 +02:00
|
|
|
|
|
2026-07-31 19:46:50 +02:00
|
|
|
|
First you need a directory with glTF or JanusXR experiences.<br>
|
|
|
|
|
|
Just run this in the terminal:
|
2026-05-15 23:57:23 +02:00
|
|
|
|
|
2026-07-31 19:46:50 +02:00
|
|
|
|
```bash
|
|
|
|
|
|
$ unzip xrforge.com myverse
|
|
|
|
|
|
$ tree myverse
|
|
|
|
|
|
myverse
|
|
|
|
|
|
├── janusxr
|
|
|
|
|
|
│ ├── helloworld
|
|
|
|
|
|
│ │ └── janusxr.xml
|
|
|
|
|
|
│ ├── janusxr.png
|
|
|
|
|
|
│ └── tronverse -> ../tronverse <---
|
|
|
|
|
|
└── tronverse | recursive portals allowed
|
|
|
|
|
|
├── janusxr -> ../janusxr <--- via symlinks
|
|
|
|
|
|
├── tron
|
|
|
|
|
|
│ ├── README.md
|
|
|
|
|
|
│ ├── tron.glb
|
|
|
|
|
|
│ ├── tron.mp3
|
|
|
|
|
|
│ └── tron.png
|
|
|
|
|
|
└── tronverse.png
|
|
|
|
|
|
```
|
2026-07-23 10:01:34 +02:00
|
|
|
|
|
2026-07-31 19:46:50 +02:00
|
|
|
|
> optionally you can run `./xrforge.com admin` and change the `myverse` directory if needed.
|
2026-07-23 10:01:34 +02:00
|
|
|
|
|
2026-07-31 19:46:50 +02:00
|
|
|
|
Now xrforge.com will scan that local folder:
|
2026-05-15 23:57:23 +02:00
|
|
|
|
|
2026-07-31 19:46:50 +02:00
|
|
|
|
```bash
|
|
|
|
|
|
$ ./xrforge.gom
|
|
|
|
|
|
scanning experiences (this make take a while..)
|
|
|
|
|
|
✅ └─ plugin/diskscan: detected .png thumbnail file
|
|
|
|
|
|
✅ ./myverse/janusxr 10927498
|
|
|
|
|
|
✅ ./myverse/janusxr/helloworld 10927500
|
|
|
|
|
|
✅ └─ plugin/janusxr: janusxr.xml
|
|
|
|
|
|
✅ └─ plugin/diskscan: detected .png thumbnail file
|
|
|
|
|
|
✅ └─ plugin/diskscan: detected .png thumbnail file
|
|
|
|
|
|
✅ ./myverse/tronverse 10927503
|
|
|
|
|
|
✅ └─ plugin/diskscan: detected .png thumbnail file
|
|
|
|
|
|
✅ ./myverse/tronverse/tron 10927504
|
|
|
|
|
|
✅ └─ plugin/xrfragments: detected .png sidecarfile
|
|
|
|
|
|
✅ └─ plugin/markdown: detected README.md
|
|
|
|
|
|
✅ └─ plugin/diskscan: detected .png thumbnail file
|
|
|
|
|
|
ℹ️ ./myverse/janusxr/tronverse
|
|
|
|
|
|
✅ └─ plugin/diskscan: detected symlink..creating portal
|
|
|
|
|
|
ℹ️ ./myverse/tronverse/janusxr
|
|
|
|
|
|
✅ └─ plugin/diskscan: detected symlink..creating portal
|
2026-05-15 23:57:23 +02:00
|
|
|
|
```
|
2026-07-21 19:19:52 +02:00
|
|
|
|
|
2026-07-31 19:46:50 +02:00
|
|
|
|
## Customizing
|
2026-07-23 10:01:34 +02:00
|
|
|
|
|
2026-07-31 19:46:50 +02:00
|
|
|
|
After first (in the terminal) run a lua config file is created, which you can edit:
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
|
$ xrforge.com
|
|
|
|
|
|
$ ls
|
|
|
|
|
|
xrforge.com
|
|
|
|
|
|
xrforge.lua
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
With basic HTML/CSS skills you can edit the templates by running this in the terminal:
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
|
$ unzip xrforge.com page css
|
|
|
|
|
|
$ ls
|
|
|
|
|
|
page css
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
> Profit! You can now edit the extracted html-templates and css-files, they will be detected automatically when running xrforge.com
|
|
|
|
|
|
|
|
|
|
|
|
Optionally you can re-distribute `xrforge.com` with your modifications by running `zip xrforge.com page`
|
|
|
|
|
|
|
|
|
|
|
|
## Plugins
|
|
|
|
|
|
|
|
|
|
|
|
xrforge is basically plugins working together.<br>
|
|
|
|
|
|
You can create your own plugins by running:
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
|
$ ./xrforge.com createplugin > xrforge.myplugin.lua
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Look in the [src/plugin](src/plugin) directory for examples
|
2026-07-23 10:01:34 +02:00
|
|
|
|
|
2026-07-21 19:19:52 +02:00
|
|
|
|
## Scan manyfold
|
|
|
|
|
|
|
|
|
|
|
|
-------------
|
|
|
|
|
|
```
|
|
|
|
|
|
manual scan (via cli?)
|
|
|
|
|
|
curl -L -X 'GET' 'http://xrforge.isvery.ninja/models?page=1&order=name' -H 'accept: application/vnd.manyfold.v0+json'
|
|
|
|
|
|
curl -L -X 'GET' 'http://xrforge.isvery.ninja/models?page=1&order=recent' -H 'accept: application/vnd.manyfold.v0+json'
|
|
|
|
|
|
```
|
2026-07-22 18:36:02 +02:00
|
|
|
|
|
2026-07-23 15:20:25 +02:00
|
|
|
|
## Developing
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
|
$ source .env # not needed if your system has autoenv
|
|
|
|
|
|
$ build # fast: repeatable build
|
|
|
|
|
|
$ rebuild # faster: lua-repeatable build
|
|
|
|
|
|
$ nix-build # slow: reproducable nix build (for experts)
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Then run with debug flag to see output of `trace()` calls
|
|
|
|
|
|
```bash
|
|
|
|
|
|
$ DEBUG=1 result/bin/xrforge.com
|
|
|
|
|
|
```
|
|
|
|
|
|
|
2026-07-22 18:36:02 +02:00
|
|
|
|
## Permacomputing Spirit
|
|
|
|
|
|
|
|
|
|
|
|
* developed on [Dillo](https://dillo-browser.github.io/) as lowest common denominator / compatibility
|
2026-07-23 10:01:34 +02:00
|
|
|
|
* does not use javascript (WebXR viewer being the exception)
|
|
|
|
|
|
* gracefully degrades to admin/filebrowser for >noscript>/potato-browsers
|
2026-07-22 18:36:02 +02:00
|
|
|
|
* server is using lua-scripting via cosmopolitan libc's [redbean](https://redbean.dev)
|
|
|
|
|
|
|
2026-07-23 10:01:34 +02:00
|
|
|
|
> So yes, the codebase/html/css is intentionally 90-ish: that's **exactly why it works** on potato-devices AND modern devices.
|
2026-07-30 20:53:12 +02:00
|
|
|
|
|
|
|
|
|
|
## Credits / Made with
|
|
|
|
|
|
|
|
|
|
|
|
* [redbean](https://redbean.dev)
|
|
|
|
|
|
* [soakbean](https://github.com/coderofsalvation/soakbean)
|
|
|
|
|
|
* [xrfragments](https://xrfragment.org)
|
|
|
|
|
|
* [janusxr](https://github.com/jbaicoianu/janusweb)
|
|
|
|
|
|
* [janusweb](https://janusxr.org)
|
2026-07-31 19:46:50 +02:00
|
|
|
|
|
|
|
|
|
|
## Ideas
|
|
|
|
|
|
|
|
|
|
|
|
* tabs horizontal stacked for xrforge.max.css
|
|
|
|
|
|
* fuzzy search: https://github.com/ssimonp/FuzzySearch-Roblox
|
|
|
|
|
|
* landingpage = /about
|
|
|
|
|
|
* scan functions in xrforge.lua / .xrforge
|
|
|
|
|
|
* video-hover: https://codepen.io/coderofsalvation/pen/YPNOyqx
|
|
|
|
|
|
|
|
|
|
|
|
NOTES:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
/admin.lua <--- define other instances..for CORS allow / mount http
|
|
|
|
|
|
configure in-zip or filesystem-cache
|
|
|
|
|
|
|
|
|
|
|
|
opendirectory.lua <--- mount other instances over http (via xrforge or rclone)
|
|
|
|
|
|
|
|
|
|
|
|
.xrforge/hook/scandir <-- event to hook
|
|
|
|
|
|
|
|
|
|
|
|
scan files
|
|
|
|
|
|
---------- middleware/xrexperience.lua
|
|
|
|
|
|
| events: ---------------------
|
|
|
|
|
|
+ file type: sidecarfile
|
|
|
|
|
|
+ sidecarfiles ---> regex = {"\.glb", "\.png", "\.vtt"}
|
|
|
|
|
|
| regex_minmatch = 2
|
|
|
|
|
|
+ folder viewer = /view/janusweb/#janus.url=${file}.glb
|
|
|
|
|
|
template = [[
|
|
|
|
|
|
<div class="tile"> ... </div>
|
|
|
|
|
|
]]
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|