Skip to content

feat(viewer): add .vm file support to seamlessly load and render both…#379

Open
davehorner wants to merge 2 commits intomkeeter:mainfrom
davehorner:main
Open

feat(viewer): add .vm file support to seamlessly load and render both…#379
davehorner wants to merge 2 commits intomkeeter:mainfrom
davehorner:main

Conversation

@davehorner
Copy link

… .vm and Rhai script files.

  • Update file watcher and script thread to pass both file contents and path.
  • Detect .vm files and parse them as flat text math trees using Context::from_text, wrapping the result in a ScriptContext.

dave horner added 2 commits November 17, 2025 18:54
… .vm and Rhai script files.

- Update file watcher and script thread to pass both file contents and path.
- Detect .vm files and parse them as flat text math trees using Context::from_text, wrapping the result in a ScriptContext.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant