Skip to content

Commit c928953

Browse files
committed
updating Gemfile and improved webarkit-testing section
1 parent 1961df8 commit c928953

File tree

2 files changed

+38
-13
lines changed

2 files changed

+38
-13
lines changed

Gemfile.lock

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ GEM
1717
http_parser.rb (~> 0)
1818
eventmachine (1.2.7)
1919
ffi (1.17.0)
20+
ffi (1.17.0-arm64-darwin)
21+
ffi (1.17.0-x86_64-darwin)
2022
forwardable-extended (2.6.0)
23+
google-protobuf (3.25.3)
24+
google-protobuf (3.25.3-arm64-darwin)
25+
google-protobuf (3.25.3-x86_64-darwin)
26+
google-protobuf (3.25.3-x86_64-linux)
2127
http_parser.rb (0.8.0)
2228
i18n (1.14.5)
2329
concurrent-ruby (~> 1.0)
@@ -41,8 +47,8 @@ GEM
4147
jekyll (>= 3.7, < 5.0)
4248
jekyll-paginate (1.1.0)
4349
jekyll-pwa-plugin (2.2.3)
44-
jekyll-sass-converter (2.2.0)
45-
sassc (> 2.0.1, < 3.0)
50+
jekyll-sass-converter (3.0.0)
51+
sass-embedded (~> 1.54)
4652
jekyll-seo-tag (2.8.0)
4753
jekyll (>= 3.8, < 5.0)
4854
jekyll-sitemap (1.4.0)
@@ -61,23 +67,31 @@ GEM
6167
pathutil (0.16.2)
6268
forwardable-extended (~> 2.6)
6369
public_suffix (5.0.5)
70+
rake (13.2.1)
6471
rb-fsevent (0.11.2)
6572
rb-inotify (0.11.1)
6673
ffi (~> 1.0)
6774
rexml (3.2.8)
6875
strscan (>= 3.0.9)
6976
rouge (4.2.1)
7077
safe_yaml (1.0.5)
71-
sassc (2.4.0)
72-
ffi (~> 1.9)
78+
sass-embedded (1.69.5)
79+
google-protobuf (~> 3.23)
80+
rake (>= 13.0.0)
81+
sass-embedded (1.69.5-arm64-darwin)
82+
google-protobuf (~> 3.23)
83+
sass-embedded (1.69.5-x86_64-darwin)
84+
google-protobuf (~> 3.23)
7385
strscan (3.1.0)
7486
terminal-table (3.0.2)
7587
unicode-display_width (>= 1.1.1, < 3)
7688
unicode-display_width (2.5.0)
7789
webrick (1.8.1)
7890

7991
PLATFORMS
80-
x64-mingw-ucrt
92+
arm64-darwin
93+
ruby
94+
x86_64-darwin
8195
x86_64-linux
8296

8397
DEPENDENCIES

examples/webarkit-testing/index.html

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,38 @@
99
<p>
1010
We present here some of the examples of our experimental project for WebAR <a
1111
href="https://github.com/webarkit/webarkit-testing">webarkit-testing</a>
12-
Four examples with four trackers are available: Freak, Orb, Akaze and Teblid. To test you need the <img
13-
src="/examples/Data/pinball.jpg" alt="Pinball image" />
14-
Wait until an image will be superimposed with a blue rect around it.
12+
Four examples with four trackers are available: Freak, Orb, Akaze and Teblid. To test you need the Pinball image
13+
see below.</p> <img src="/examples/Data/pinball.jpg" alt="Pinball image"
14+
title="pinball image to use for tracking" style="width:340px" />
15+
<br>
16+
<p>Wait until an image will be superimposed with a blue rect around it.
1517
If you find an issue file one at our <a href="https://github.com/webarkit/webarkit-testing/issues">issue
16-
trakcer</a>
18+
tracker</a>
1719
or if you want to comment or partecipate on the development start a <a
1820
href="https://github.com/webarkit/webarkit-testing/discussions">new discussion</a>
1921
</p>
2022
</div>
2123
<div class='box'>
22-
<a href="/examples/webarkit-testing/akaze_example.html"><h2>Akaze example with 2d tracking</h2></a>
24+
<a href="/examples/webarkit-testing/akaze_example.html">
25+
<h2>Akaze example with 2d tracking</h2>
26+
</a>
2327
<p>A simple WebARkit Akaze example that display an image.</p>
2428
</div>
2529
<div class='box'>
26-
<a href="/examples/webarkit-testing/freak_example.html"><h2>Freak example with 2d tracking</h2></a>
30+
<a href="/examples/webarkit-testing/freak_example.html">
31+
<h2>Freak example with 2d tracking</h2>
32+
</a>
2733
<p>A simple WebARKit Freak example that display an image.</p>
34+
</div>
2835
<div class='box'>
29-
<a href="/examples/webarkit-testing/orb_example.html"><h2>Orb example with 2d tracking</h2></a>
36+
<a href="/examples/webarkit-testing/orb_example.html">
37+
<h2>Orb example with 2d tracking</h2>
38+
</a>
3039
<p>A simple WebARKit Orb example that display an image.</p>
3140
</div>
3241
<div class='box'>
33-
<a href="/examples/webarkit-testing/teblid_example.html"><h2>Teblid example with 2d tracking</h2></a>
42+
<a href="/examples/webarkit-testing/teblid_example.html">
43+
<h2>Teblid example with 2d tracking</h2>
44+
</a>
3445
<p>A simple WebARKit Teblid example that display an image.</p>
3546
</div>

0 commit comments

Comments
 (0)