Simple animator of CCS's core terms.
A snapshot of the compiled website can be found in the docs
folder, and used online via the link below.
This project uses the Caos's framework. More information on it can be found online:
- Caos' GitHub page: https://github.com/arcalab/CAOS
- Caos' tutorial: https://arxiv.org/abs/2304.14901
- Caos' demo video: https://youtu.be/Xcfn3zqpubw
- JVM (>=1.8)
- sbt
You need to get the submodules dependencies (CAOS library), and later compile using ScalaJS. The result will be a JavaScript file that is already being imported by an existing HTML file.
git submodule update --init
sbt fastLinkJS
- open the file
lib/tool/index.html