Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scidart/scidart
Multiplatform scientific computing for Dart
https://github.com/scidart/scidart
convolution dart flutter hacktoberfest pub scidart scientific-computing scipy
Last synced: 6 days ago
JSON representation
Multiplatform scientific computing for Dart
- Host: GitHub
- URL: https://github.com/scidart/scidart
- Owner: scidart
- License: apache-2.0
- Created: 2019-07-15T15:01:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T14:00:13.000Z (8 months ago)
- Last Synced: 2024-10-30T23:05:21.767Z (20 days ago)
- Topics: convolution, dart, flutter, hacktoberfest, pub, scidart, scientific-computing, scipy
- Language: Dart
- Homepage: https://scidart.org
- Size: 1.32 MB
- Stars: 172
- Watchers: 6
- Forks: 22
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ![Scidart logo](https://github.com/scidart/scidart.org/blob/master/img/logo_small.png?raw=true)
**SciDart** is an experimental cross-platform scientific library for Dart.
## 🏹 Goals
The main goal of **SciDart** is run where Dart can run, in other words, run on Flutter, Dart CLI, Dart web, etc.
## 🏃 Motivation
Some time ago I tried make a guitar tuner (frequency estimator) with Flutter, and I faced with the problem: Dart didn't
have a unified scientific library.
So, I tried implement something to help me and the community with this problem.## 🧭 PUB link
Link to the Pub repository: https://pub.dev/packages/scidart
## 🔌 Installation
You can follow instruction in the Pub website: https://pub.dev/packages/scidart#-installing-tab-
## ⚒ Examples
The examples can be found in [the project web site](https://scidart.org/#examples-scidart).
## 🛣 Project milestones
All the project status will be shared and updated in the __Projects__ section of Github.
## 🙌 How to contribute
I recommend check the __Projects__ section and choose a task or choose and solve a problem with **SciDart** and
implement the missing parts and read the file CONTRIBUTING.md.The reference values for all functions came from with SciPy. The contributions need use SciPy as reference too.
Every contribution need to have tests, documentation and examples, otherwise, the pull request will be blocked.
## ☕ Supporters
Scidart is an open source project that runs on donations to pay the bills e.g. our domain name. If you want to support Scidart, you can ☕ [**buy a coffee here**](https://www.buymeacoffee.com/polotto).
## ⚠ License
Copyright (c) 2019-present [Angelo Polotto](https://github.com/polotto) and Contributors. Scidart is free and open-source software licensed under the [Apache-2.0 License](./LICENSE). The official logo was created by [Juliano Polotto](https://www.linkedin.com/in/juliano-polotto-550ba379/) and distributed under Creative Commons license (CC BY-SA 4.0 International).