Skip to content
/ scidart Public
forked from scidart/scidart

Multiplatform scientific computing for Dart

License

Notifications You must be signed in to change notification settings

kmf909/scidart

 
 

Repository files navigation

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

About

Multiplatform scientific computing for Dart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 95.8%
  • Jupyter Notebook 4.2%