0.1.5 • Published 5 years ago

ccs-js v0.1.5

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

ccs-js

Build Status codecov

A CCS 1.0 implementation in JS, based on the Java version from @hellige

It's currently not ready for any real use, as some work still needs to be done, (see below), but the basis are already in. Work towards 2.0 is also planned.

Also, some of the initialization for some of the classes need to be redone, as it's not trivial to implement constructor overloading in JS, which is used frequently in the original code, it has created a confusing and unintuitive way to initialize some of the public facing classes.

Additionaly, work needs to be done on the way we mimic the interface/abstract stuff, as the used polymorphism mechanisms are a bit wobbly all around.

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago