License?
Under what license is this library?
I think.. under its own license? Plus licenses of some parts it uses...
ahhh that's a shame because I wanted to use it but I need it to be under an opensource license, as this is one of the requirements in my project :-(
@lrq3000
Oh, I am pretty sure you actually can, as this one is open-source and its own license is also open-source (every code piece of it starts with a license: https://github.com/N0NameN0/CODEF/blob/master/codef/codef_fx.js)
I believe this lib is intended to be used as a ground for creating a demo-like animation. If you need a demo-like animation you can also check my fork of codef: https://github.com/andrienko/codeff :tongue:
If you just need a canvas library for more general use - I would actually recommend you using phaser/pixi/three.js or something
@andrienko Thank you very much for pointing out the headers, I think this could work out, but it would be great if the type of license could be clarified with a license file, as this would allow to ensure that it is opensource (because a slight change in the terms of an opensource inspired license can render it outside of the scope of opensource...).
Also thank you for linking to your repo, I will have a look for inspiration :-)