zz85 / sparks.js

a lightweight 3d particle engine in javascript, compatible with THREE.js and TWEEN.js
435 stars 47 forks source link

Splitting Sparks.js Source into Files #11

Closed zz85 closed 12 years ago

zz85 commented 12 years ago

Usually I try to keeping as much code as possible in a js file if possible, but as more classes are being developed, there would be the need to split them into separate files and folders.

When that time comes, we could consider using UglifyJS or Google Closure Compiler for building the source files.

jeromeetienne commented 12 years ago

I would love to have a just core and many plugins.

It would so easy to hack with, and the core would be so small

zz85 commented 12 years ago

Source files are now being split in the new branch https://github.com/zz85/sparks.js/tree/m2 but build files would be combined into a single file.

jeromeetienne commented 12 years ago

Hey

I thinks this lib needs more love. And a massive clean up :) i could write it and propose it. But the api wont be compatible... How would you feel abput that ?

Jerome

zz85 commented 12 years ago

I've open a new issue if you have suggestions. Feel free to discuss this at Issue #17