zincjs 1.0.16 → 1.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,7 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9
9
 
10
- ## [v1.0.16](https://github.com/alan-wu/ZincJS/compare/v1.0.16-beta.0...v1.0.16)
10
+ ## [v1.0.17](https://github.com/alan-wu/ZincJS/compare/v1.0.16...v1.0.17)
11
+
12
+ ### Merged
13
+
14
+ - Improve volume render and texture [`#46`](https://github.com/alan-wu/ZincJS/pull/46)
15
+ - Update docs [`#86`](https://github.com/alan-wu/ZincJS/pull/86)
16
+ - Update README.md. [`#85`](https://github.com/alan-wu/ZincJS/pull/85)
17
+ - Update docs [`#84`](https://github.com/alan-wu/ZincJS/pull/84)
18
+ - Update docs [`#83`](https://github.com/alan-wu/ZincJS/pull/83)
19
+ - Update docs [`#45`](https://github.com/alan-wu/ZincJS/pull/45)
20
+
21
+ ### Commits
22
+
23
+ - Update jsdoc documentation. [`031623f`](https://github.com/alan-wu/ZincJS/commit/031623fae2f21e5583f9c0b5672eb227b8d2b047)
24
+ - Update jsdoc documentation. [`c181a61`](https://github.com/alan-wu/ZincJS/commit/c181a614f7d4d3ef03d5a82f58e1ef0845ffd49a)
25
+ - Update more documentation. [`0079e34`](https://github.com/alan-wu/ZincJS/commit/0079e34bde13709496f95063e92c5afef664a924)
26
+
27
+ ## [v1.0.16](https://github.com/alan-wu/ZincJS/compare/v1.0.16-beta.0...v1.0.16) - 2023-06-22
11
28
 
12
29
  ## [v1.0.16-beta.0](https://github.com/alan-wu/ZincJS/compare/1.0.15...v1.0.16-beta.0) - 2023-06-22
13
30
 
package/README.md CHANGED
@@ -6,17 +6,13 @@ Some of the following documentations are currerntly out-of-date .
6
6
  Webapp developed using ZincJS:
7
7
  ------------------------------
8
8
 
9
- [Braveheart Interactive hert](http://sites.bioeng.auckland.ac.nz/medtech/heart/)
10
-
11
- [Medtech Lungs](http://sites.bioeng.auckland.ac.nz/silo6/lung/)
12
-
13
- [SPARC MAPcore 2018 Demo](https://mapcore-demo.org/2018-datathon/)
9
+ [SPARC Portal](https://sparc.science/maps?type=wholebody)
14
10
 
15
11
  [Fitzlet](https://sites.bioeng.auckland.ac.nz/mwu035/fitzlet/)
16
12
 
17
13
  [Scaffold Maker](https://mapcore-demo.org/2019/colon/scaffold.html)
18
14
 
19
- [ScaffoldVuer] (https://mapcore-demo.org/current/scaffoldvuer)
15
+ [ScaffoldVuer](https://mapcore-demo.org/current/scaffoldvuer)
20
16
 
21
17
  Installation:
22
18
  -------------
@@ -25,7 +21,7 @@ You need NPM to build the ZincJS library. Once NPM has been installed, follow th
25
21
 
26
22
  ```Shell
27
23
  $ npm install
28
- $ npm run build
24
+ $ npm run build-bundle
29
25
  ```
30
26
 
31
27
  If everything works accordingly, a 'build' folder along with two files zinc.js and zinc.min.js in it should be created. The zinc.js and zinc.min.js can now be consumed in your preferred envirnoment.
@@ -37,13 +33,18 @@ Useful links:
37
33
 
38
34
  [Tutorials](https://github.com/alan-wu/ZincJS-Tutorials/)
39
35
 
40
- [API Documentation](http://alan-wu.github.io/ZincJS/)
36
+ [API Documentation](https://abi-software.github.io/ZincJS/)
41
37
 
42
38
  How to export models to ZincJS:
43
39
  -------------------------------
44
40
 
45
41
  Here is a short instruction on how to get simple models from CMGUI/Zinc showing on web brwoser quickly.
46
42
 
43
+ For Mapping Tool users:
44
+ -----------------------
45
+
46
+ [Argon scene exporter](https://abi-mapping-tools.readthedocs.io/en/v1.2.1/mapclientplugins.argonsceneexporterstep/docs/index.html)
47
+
47
48
  For PyZinc users:
48
49
  -----------------
49
50