ccrma / webchuck

ChucK on the Web
https://chuck.stanford.edu/webchuck
MIT License
44 stars 8 forks source link

chugin support #3

Closed nshaheed closed 4 months ago

nshaheed commented 1 year ago

:)

terryzfeng commented 1 year ago

:)

lmaxwell commented 1 year ago

Do u have any plans on this?

terryzfeng commented 1 year ago

Hi @lmaxwell, we're actively experimenting with support for webchugins! Hold on tight!

terryzfeng commented 11 months ago

31 Development is in the works! Stay tuned!

terryzfeng commented 6 months ago

@lmaxwell Chugins are supported in WebChucK as of v1.2.7. Chugins can be built for web from the official chugins repository using make web. These chugins can be uploaded into WebChucK for usage on the web.

Chuck.loadChugin("path/to/chugin.chug.wasm");
theChucK = await Chuck.init([]);

We have future plans to host pre-built chugins online, and get them integrated into WebChucK IDE.