gl-contour2d

WebJar for gl-contour2d

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

gl-contour2d
Последняя версия

Последняя версия

1.1.7
Дата

Дата

Тип

Тип

jar
Описание

Описание

gl-contour2d
WebJar for gl-contour2d
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

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

Скачать gl-contour2d

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (9)

Идентификатор библиотеки Тип Версия
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)

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.1.7
1.1.6
1.1.5
1.1.4