Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
4d97303
testing axios with http
kalwalt Mar 12, 2022
cc0eb6f
new artoolkitNFT_node_wasm.js
kalwalt Mar 12, 2022
b49f70a
simplified node lib
kalwalt Mar 12, 2022
ff6d8e6
new ARToolkitNFT.js for nodejs
kalwalt Mar 13, 2022
60011da
loadCamera method
kalwalt Mar 13, 2022
916a1ca
testing loadCamera
kalwalt Mar 13, 2022
cb163cf
another test
kalwalt Mar 22, 2022
1662e2c
trying to load the Camera
kalwalt Mar 29, 2022
b7f37f5
loadCamera run without errors
kalwalt Apr 1, 2022
ba13069
fix for https://github.com/webarkit/jsartoolkitNFT/issues/129
kalwalt Apr 1, 2022
118c1a0
new ARControllerNFT for node
kalwalt Apr 1, 2022
91ffe91
starting to add loadNFTMarker
kalwalt Apr 15, 2022
0b3dd5e
now it load a single NFT marker!!
kalwalt Apr 16, 2022
dd4fe63
simple example with sharp
kalwalt Apr 16, 2022
f2ad354
testing new getNFTMarker function
kalwalt Apr 28, 2022
5c37fae
testng new node listeners
kalwalt Jun 29, 2022
5bada1e
testing another image format
kalwalt Oct 31, 2022
6322d72
getNFTData function
kalwalt Oct 31, 2022
58d6a3d
getCameraMatrix function
kalwalt Oct 31, 2022
4db6c37
maybe th image format is not correct?
kalwalt Oct 31, 2022
21ee6b7
Merge branch 'dev' into feature-node-libs
kalwalt Feb 22, 2023
ad4a66b
rebuilding libs and small improves
kalwalt Feb 22, 2023
5dd5cf2
Merge branch 'dev' into feature-node-libs
kalwalt Apr 3, 2023
9ca6a29
rebuilding libs after merging
kalwalt Apr 3, 2023
fb9854e
installing packages
kalwalt Apr 4, 2023
95c583e
Merge branch 'master' into feature-node-libs
kalwalt Oct 26, 2024
b555171
rebuildiing libs and improves to node example.js
kalwalt Nov 7, 2024
6b3cc8d
new distribution file (ARToolkitNFT_node.js) for node env, under test…
kalwalt Feb 18, 2025
5723b2a
Add new canvas example and update ARToolkitNFT methods for improved m…
kalwalt Feb 19, 2025
24bdc8c
Add IARToolkitNFT_node interface and update ARToolkitNFT class method…
kalwalt Feb 19, 2025
8ce8d67
Add requestAnimationFrame polyfill and refactor image processing in e…
kalwalt Mar 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,984 changes: 1,992 additions & 1,992 deletions build/artoolkitNFT.debug.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions build/artoolkitNFT.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/artoolkitNFT_embed_ES6_wasm.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/artoolkitNFT_node_wasm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/artoolkitNFT_wasm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/artoolkitNFT_wasm.simd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ARToolkitNFT.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/ARToolkitNFT_node.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/ARToolkitNFT_node.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
2 changes: 1 addition & 1 deletion dist/ARToolkitNFT_simd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ARToolkitNFT_td.js

Large diffs are not rendered by default.

Loading
Loading