-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding custom chugins #37
Comments
Yes you can manually load them into the |
Any way to do this in the IDE? Dragging in a file wouldn't be enough. |
There's no way to load chugins into the IDE because chugins cannot be loaded after the VM starts (which is immediate on page load). @gewang might still be working on runtime chugin loading with some The preloaded list of chugins at VM start could be hackily modified if you want other chugins to be loaded: |
very cool -- tested with examples/import/import-test-1.ck |
Yes, you'll need to use the Development version of Chuck (File > Settings). ChucK 1.5.3.3+ will be able to use this new |
I drag a .chug.wasm into the file list and it sets the correct serverFilename and an
identical virtualFilename. Is it the case that it actually needs different entries in order to
function as a chugin? My working examples (edited by hand) of exported pages had to have the virtualFilename pre-pended with '/chugins/'
The text was updated successfully, but these errors were encountered: