Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhaamo/vrsl_dmx_to_html
Generate HTML file from VRSL JSON Export
https://github.com/rhaamo/vrsl_dmx_to_html
dmx vrchat vrsl
Last synced: 5 days ago
JSON representation
Generate HTML file from VRSL JSON Export
- Host: GitHub
- URL: https://github.com/rhaamo/vrsl_dmx_to_html
- Owner: rhaamo
- Created: 2024-08-18T17:13:44.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T17:51:51.000Z (3 months ago)
- Last Synced: 2024-11-01T05:06:41.330Z (5 days ago)
- Topics: dmx, vrchat, vrsl
- Language: Python
- Homepage:
- Size: 336 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VRSL DMX To HTML
In Unity:
- VRSL -> Export -> To JSONThen:
- Copy the json file where the python script is
- Copy the `example.yml` to whatever you want
- run the script: `python3 gen.py --html "./the json file.json" ./your_file.yml output.html`That's it.
Screenshot of generated html:
![screenshot](./screenshot.png)