Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cadcad-org/cadcad.jl
cadCAD implementation in Julia
https://github.com/cadcad-org/cadcad.jl
julia
Last synced: 11 days ago
JSON representation
cadCAD implementation in Julia
- Host: GitHub
- URL: https://github.com/cadcad-org/cadcad.jl
- Owner: cadCAD-org
- License: mit
- Created: 2021-05-14T14:37:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T19:06:25.000Z (about 2 months ago)
- Last Synced: 2025-01-28T01:12:46.103Z (12 days ago)
- Topics: julia
- Language: Julia
- Homepage: https://cadcad.org
- Size: 569 KB
- Stars: 15
- Watchers: 7
- Forks: 2
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Citation: CITATION.bib
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
![]()
[![Discord Invite](https://dcbadge.vercel.app/api/server/FP2FGJb4tJ)](https://discord.gg/FP2FGJb4tJ)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg?style=for-the-badge)](https://cadCAD-org.github.io/CadCAD.jl/)
![Build Status](https://img.shields.io/github/actions/workflow/status/cadCAD-org/CadCAD.jl/CI.yml?branch=main&style=for-the-badge)
![Codecov](https://img.shields.io/codecov/c/github/cadCAD-org/CadCAD.jl?token=A4I0I8QGD7&style=for-the-badge)Complex Adaptive Dynamics Computer Aided Design (CadCAD) is a language for encoding Generalized Dynamical Systems (GDS) as computer programs. This repository contains the Julia implementation of the software, based on the reference implementation written in [Python](https://github.com/cadCAD-org/cadcad-ri).
## Getting Started
Simply open a Julia REPL and do `]add CadCAD`
## Contributing
To know how you can contribute to this package, see the [`CONTRIBUTING.md`](CONTRIBUTING.md) file.
## Citing
If you use this package in a publication, or simply want to refer to it, see [`CITATION.bib`](CITATION.bib) for the relevant reference.