gl-contour2d

WebJar for gl-contour2d

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

gl-contour2d
Last Version

Last Version

1.1.7
Release Date

Release Date

Type

Type

jar
Description

Description

gl-contour2d
WebJar for gl-contour2d
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/gl-vis/gl-contour2d

Download gl-contour2d

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/gl-contour2d/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>gl-contour2d</artifactId>
    <version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/gl-contour2d/
implementation 'org.webjars.npm:gl-contour2d:1.1.7'
// https://jarcasting.com/artifacts/org.webjars.npm/gl-contour2d/
implementation ("org.webjars.npm:gl-contour2d:1.1.7")
'org.webjars.npm:gl-contour2d:jar:1.1.7'
<dependency org="org.webjars.npm" name="gl-contour2d" rev="1.1.7">
  <artifact name="gl-contour2d" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='gl-contour2d', version='1.1.7')
)
libraryDependencies += "org.webjars.npm" % "gl-contour2d" % "1.1.7"
[org.webjars.npm/gl-contour2d "1.1.7"]

Dependencies

compile (9)

Group / Artifact Type Version
org.webjars.npm : iota-array jar [1.0.0,2)
org.webjars.npm : gl-shader jar [4.2.1,5)
org.webjars.npm : ndarray jar [1.0.18,2)
org.webjars.npm : glslify jar [7.0.0,8)
org.webjars.npm : clean-pslg jar [1.1.2,2)
org.webjars.npm : cdt2d jar [1.0.0,2)
org.webjars.npm : binary-search-bounds jar [2.0.4,3)
org.webjars.npm : gl-buffer jar [2.1.2,3)
org.webjars.npm : surface-nets jar [1.0.2,2)

Project Modules

There are no modules declared in this project.

gl-contour2d

2D contour lines

To run the example, follow these steps:

git clone https://github.com/gl-vis/gl-contour2d.git
cd gl-contour2d
mkdir dist
browserify contour.js -o dist/bundle.js
browserify example/simple.js -o dist/simple_example_bundle.js

then open simple.html in the example directory.

To create your own visualization, copy the example files, modify them and run

browserify example/yourExample.js -o dist/your_example_bundle.js

License

(c) 2015 Mikola Lysenko. MIT License

org.webjars.npm

Versions

Version
1.1.7
1.1.6
1.1.5
1.1.4