Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 2.41 KB

README.md

File metadata and controls

70 lines (53 loc) · 2.41 KB

SciDart

SciDart is a 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 web site: https://pub.dev/packages/scidart#-installing-tab-

Examples

The examples can be found in the project web site.

How to contribute

I recommend see the Todo List and choose a task or choose and solve a problem with SciDart and implement the missing parts.

The references values for all function was obtained with SciPy. The contributions need use SciPy as reference too.

Every contribution needs have tests, documentation and examples, otherwise, the pull request will be blocked.

Todo list

Benchmarks

  • construct codes for benchmark tests
  • made benchmark for Android devices
  • made benchmark for iOS devices
  • made benchmark on Web
  • made benchmark on Linux
  • made benchmark on MacOS
  • made benchmark on MS Windows

Code implementations