4.5.20 • Published 3 years ago

grafar v4.5.20

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Grafar 4

Grafar is a javascript library for reactive, 3D mathematical visualization (data visualization capabilities coming sometime). Built on top of WebGL (via Three.js). If you've ever struggled with displaying lots of stuff with conventional charting libraries (such as d3), grafar would be good for you. Another great features include:

  • Reactive data flow to easily build dynamic graphs.
  • Full, beautiful 3D.
  • High-level building blocks for math: with a single line of code you can create sets, ranges and sequences, and apply continuous maps to these. Currently limited to basic math primitives, fun stuff like statistics, DSP, and coming someday!
  • Advanced topology detection: get a surface by mapping a [0, 1] x [0, 1] or a set of curves from [0, 1] x {0, 1, 2}.
  • Ability to plug in any low-level buffer transform to do some crazy stuff.

MIT License

Installation

Use yarn add grafar or npm install grafar.

Links

Building from source

  1. Checkout latest stable release: git clone git@github.com:thoughtspile/Grafar.git.
  2. Install dependencies with npm install
  3. Have fun with my poor selection of npm scripts (npm run <script name>), ignore the warnings:
  • dev: build into /build/grafar.js and watch. No server.
  • build: build into /build/grafar.js. All the methods produce a UMD module.
  1. No automatic tests yet.
4.5.20

3 years ago

4.5.19

3 years ago

4.5.18

8 years ago

4.5.17

8 years ago

4.5.16

8 years ago

4.5.15

8 years ago

4.5.14

8 years ago

4.5.12

8 years ago

4.5.11

8 years ago

4.5.10

8 years ago

4.5.9

8 years ago

4.5.8

8 years ago

4.5.7

8 years ago

4.5.6

8 years ago

4.5.5

8 years ago

4.5.4

8 years ago

4.5.3

8 years ago

4.5.2

8 years ago

4.5.1

8 years ago