CAIP Constructor
Table of contents
Getting Started
The CAIP Constructor is included with your download of CAIP. If you haven’t downloaded CAIP yet, click the button below.
Download CAIP + Constructor Download Languages
Download CAIP & Languages
Click the buttons above to download CAIP and the CAIP Constructor. Languages are also available via the other button above.
Start Constructor
There are two modes available to use in CAIP Constructor.
- The first is command-line interface mode. To start CLI mode, open up a terminal program (Command Prompt, bash, etc.).
- On Windows, go into the
scripts
directory, and typecc_start
. - On Linux, go into the
constructor
directory, and typepython3 -m main
.
- On Windows, go into the
- The second is GUI mode. To start GUI mode, open up a file manager program and double-click the constructor executable file in the
constructor
folder.