A web GUI for experimenting with VHS settings and rendering quickly #718
edwardhorsford
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found adjusting the visual settings a slow process, so I vibe coded a quick web GUI for it. It lets you adjust each of the settings and type out a tape, and then render. Keeps a log of previous renders and their tapes. Stored in localStorage.
It requires a local server listening for requests and running VHS, which sends the results back to the browser. You can run it by grabbing this server script and visiting the experimenter page.
Use at your own risk! This will run shell commands from your browser on your computer! The page is a self-contained html file so you might want to just grab the source and serve it yourself and inspect it.
Beta Was this translation helpful? Give feedback.
All reactions