Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implementing NFT with threading support with emscripten #2

Open
wants to merge 24 commits into
base: fixing-nft
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
162bc15
implementing NFT with threading support
kalwalt Jul 22, 2019
41eb40a
trackingInitGetResult instead of kpmGetResult
kalwalt Jul 22, 2019
ec03ab4
adding quit tracking and other stuf for the transpose matrix
kalwalt Jul 22, 2019
6f46ad1
improved getNFTMarkerInfo with threaded tracking
kalwalt Jul 22, 2019
a3e19c3
tested a different conditional
kalwalt Jul 24, 2019
f5694a9
adding pthreads also in the bytecode libs
kalwalt Jul 26, 2019
218cb8f
simplifying part of the code
kalwalt Jul 26, 2019
0914d82
this solved the issue: arc->videoFrame instead of arc->videoLuma !!!
kalwalt Jul 27, 2019
359292b
cleaning the code
kalwalt Jul 27, 2019
67b0413
restoring the previous conditional
kalwalt Jul 27, 2019
07a85f2
re-adding wasm support
kalwalt Jul 27, 2019
2cb54f9
fix for threejs_from_scratch.html
kalwalt Jul 28, 2019
5918469
new setupAR2Threads function threads initialization only for NFT
kalwalt Jul 28, 2019
966d6d7
optimization in dataHeap transfer, from comment https://github.com/je…
kalwalt Aug 2, 2019
14f67b5
transferDataToHeap also for debug lib version
kalwalt Aug 2, 2019
04233e1
new libjpeg and related changes
kalwalt Aug 30, 2019
f86f165
deleting files ARMarkerNFT
kalwalt Aug 30, 2019
43ecde3
added NFT example with a gltf model
kalwalt Sep 15, 2019
08eecc4
gltf model needs some lights
kalwalt Sep 18, 2019
e0beb69
gltf Duck example for NFT
kalwalt Sep 22, 2019
cb6d29e
scaling and repositioning the model solved the issue view
kalwalt Sep 22, 2019
e9a88e3
fix for CesiumMan example
kalwalt Sep 22, 2019
e50e52b
fix gitmodules
kalwalt Feb 15, 2023
759c846
fix to build with emsdk 3.1.20
kalwalt Feb 16, 2023
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
doc/reference
node_modules
build/*.bc
emscripten/jpeg-6b/
emscripten/libjpeg/
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "emscripten/artoolkit5"]
path = emscripten/artoolkit5
url = git@github.com/artoolkit/artoolkit5.git
url = https://github.com/artoolkit/artoolkit5
Loading