MiguelCastillo / scenic

Scene graph
MIT License
4 stars 0 forks source link

Switch scenic to monorepo with NPM packages under @scenic #36

Open MiguelCastillo opened 1 year ago

MiguelCastillo commented 1 year ago

Right now all the code for scenic is technically a monorepo since all the code is in a repo; although all scenic code is imported directly b the scene editor right from the source.

I'd like to reorganize scenic to be separate independent small libraries so that the scene editor (and other tools) can import only what they need. I already have the scenic org in NPM https://www.npmjs.com/org/scenic. So now we need to set things up in the repo to be separate packages such as @scenic/math and @scenic/renderer.