library-dynamica

1.0.3 • Public • Published

Library Dynamica

A JavaScript web graphics library for graphing dynamical systems.

Features

  • Graphing formulas
  • Graphing vector fields
  • Interactive displays of field trajectories
  • Integration over time graphs
  • Live updating of formula constants
  • Very colorful

Usage

Add

<script src = "https://cdn.jsdelivr.net/npm/library-dynamica/dist/main.js"></script>

to the <head> of an HTML page, and you will have access to a libdyn object in any script you use throughout the page. That object contains all the classes you see in /lib, minus ops.js which contains functions that the classes use. You also have access to those functions through the libdyn object.

This code is also an NPM project, so I assume you could use it in a node application as well, but I've never tried.

Documentation

Unfortunately, the best I can give you is some JSDoc comments. If you happen to come across this repo and want to use it, feel free to contact me and I can answer any questions you might have. Check out my website and inspect the page source for some code examples.

Links

Package Sidebar

Install

npm i library-dynamica

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

43.4 kB

Total Files

15

Last publish

Collaborators

  • lucas-danburg