Steppable 0.0.1
A CAS project written from scratch in C++
|
Steppable is hosted on GitHub. You may clone the repository to get the source code.
You may also work on the cloud using GitHub Codespaces.
The development work of Steppable is done in the develop
branch. It is not recommended to use the develop branch for production, but nevertheless it is a good place to see the latest features and bug fixes.
The main
branch is the stable branch. It is recommended to use this branch for production. Currently, except for merging from develop
and some small changes, no new features are added to this branch.
You can easily switch between branches by using the git checkout
command.
or switch back to the main
branch: