Tim Hawkins
Tim Hawkins
Hi, I'm also having this issue on an M1 - Monterrey. I've tried reseting and reinstalling homebrew. Have you got any other ideas how to fix it?
They are in `/usr/local/bin`
Hey @aarthificial, do you know if anyone is currently working on this? Would it be useful for me to pick it up? Really happy to if needed 💪
Haha you've made me nervous! I'll take a look and get back to you with any issues 😅
Any chance you could give me an idea of how you see it being implemented Jacob? Are you thinking a new vite-plugin specifically for the renderer? I saw there is...
Makes sense, thanks mate 👍
Thanks Jacob. Yep, makes sense. I'll take a look around the code base today and get back to you if ive got any issues 👍
``` export default makeProject({ scenes: [example], background: '#141414', variables: { example: { imageSource: '/img/something.png', }, }, }); ``` Are you suggesting here that the variables should be scoped to each...