hmans / composer-suite

A suite of libraries for making game development with Three.js and React not only awesome, but so good, it would feel wrong to use anything else.
vfx-composer-hmans.vercel.app
MIT License
470 stars 28 forks source link

How to use vanilla #377

Closed caramboleyo closed 1 year ago

caramboleyo commented 1 year ago

How do you generate vanilla builds?

Vanilla means plain JavaScript, no TypeScript, no npm, no nodejs hosting it from the server. Its a plain working file that runs in the browser.

Nothing i tried so far runs in the browser.

You modularized everything pretty well, it would be nice to keep that with (vanilla) esm builds.

hmans commented 1 year ago

Hi, and thanks for the issue. In the interest of keeping issues here actionable, I'm going to close this in favor of #378, which I just set up. For future questions, please use Discussions.

Running these libraries in buildless environments has not been a focus so far, but should generally be possible (but might require some extra setup that I'll eventually look into.)

caramboleyo commented 1 year ago

Okay, i thought its just a command line command i wasnt aware of yet.