🔧 master: work in progress [might break]

This commit is contained in:
Leon van Kammen 2026-02-05 23:25:58 +01:00
parent 41131d4a29
commit 66d30c5e3d
7 changed files with 362 additions and 65 deletions

View file

@ -1,5 +1,6 @@
:root { :root {
--pico-line-height: 2; --pico-line-height: 2;
--pico-primary-background: #77F !important;
} }
.container{ .container{
@ -66,6 +67,10 @@ div#fabien{
margin-right:25px; margin-right:25px;
} }
button,
.btn{
box-shadow: 0px 0px 15px #77F7;
}
.btn{ .btn{
-webkit-appearance: button; -webkit-appearance: button;
--pico-background-color: var(--pico-primary-background); --pico-background-color: var(--pico-primary-background);
@ -145,7 +150,7 @@ div#xrfragment{
width: 100%; width: 100%;
} }
div#xrsh{ div#xrshthumb{
background: url(../img/xrsh-thumb.jpg); background: url(../img/xrsh-thumb.jpg);
height: 400px; height: 400px;
background-repeat:no-repeat; background-repeat:no-repeat;
@ -178,13 +183,39 @@ div#xrflogo{
width: 120px; width: 120px;
border-radius:7px; border-radius:7px;
} }
div#hanlogo{
div#searxrlogo{ background: url(../img/han.jpg);
background: url(../img/searxr.jpg);
height: 46px; height: 46px;
background-repeat:no-repeat; background-repeat:no-repeat;
background-size: cover; background-size: cover;
width: 200px; width: 88px;
border-radius:7px;
}
div#searxrlogo{
background: url(../img/searxr.jpg);
height: 23px;
background-repeat:no-repeat;
background-size: cover;
width: 100px;
border-radius:7px;
}
div#aframeverse{
background: url(../img/aframe-verse.gif);
height: 200px;
background-repeat:no-repeat;
background-size: cover;
width: 250px;
border-radius:7px;
}
div#xrsh{
background: url(../img/xrsh.webp);
height: 200px;
background-repeat:no-repeat;
background-size: cover;
width: 250px;
border-radius:7px; border-radius:7px;
} }
@ -254,6 +285,7 @@ div#euvalues{
.spectrum{ .spectrum{
margin-top:10px; margin-top:10px;
box-shadow: 0px 0px 5px #F0F; box-shadow: 0px 0px 5px #F0F;
margin-bottom:50px;
} }
.spectrum > div, .spectrum > div,
@ -316,7 +348,7 @@ u span{
display:inline-block; display:inline-block;
margin-right:5px; margin-right:5px;
width:23px; width:23px;
height:38px; height:32px;
position: absolute; position: absolute;
animation:fade 1000ms infinite; animation:fade 1000ms infinite;
-webkit-animation:fade 1000ms infinite; -webkit-animation:fade 1000ms infinite;
@ -413,6 +445,13 @@ input[type="radio"][id="browser"]:checked ~ .openlearning {
border-radius:7px; border-radius:7px;
position:relative; position:relative;
} }
@media screen and (max-width: 660px) {
.tile{
width:100%;
margin-bottom:30px;
}
}
.tile .description{ .tile .description{
color:#888; color:#888;
@ -560,7 +599,7 @@ input[type="radio"][id="browser"]:checked ~ .openlearning {
/* ================ The Timeline ================ */ /* ================ The Timeline ================ */
.timeline { .timeline {
font-size:17px; font-size:15px;
position: relative; position: relative;
width: 660px; width: 660px;
margin: 0 auto; margin: 0 auto;
@ -629,6 +668,7 @@ input[type="radio"][id="browser"]:checked ~ .openlearning {
} }
.flag { .flag {
color:#666;
position: relative; position: relative;
display: inline; display: inline;
background: rgb(248,248,248); background: rgb(248,248,248);
@ -663,7 +703,7 @@ input[type="radio"][id="browser"]:checked ~ .openlearning {
margin-top: -10px; margin-top: -10px;
background: #fff; background: #fff;
border-radius: 10px; border-radius: 10px;
border: 4px solid rgb(255,80,80); border: 4px solid #77F;
z-index: 10; z-index: 10;
} }
@ -725,8 +765,8 @@ input[type="radio"][id="browser"]:checked ~ .openlearning {
.desc { .desc {
margin: 1em 0.75em 0 0; margin: 1em 0.75em 0 0;
color:#888;
font-size: 0.77777em; font-size: 1em;
font-style: italic; font-style: italic;
line-height: 1.5em; line-height: 1.5em;
} }
@ -815,11 +855,11 @@ input[type="radio"][id="browser"]:checked ~ .openlearning {
position: relative; position: relative;
margin: 1em 0 0 0; margin: 1em 0 0 0;
padding: 1em; padding: 1em;
background: rgb(245,245,245); background: var(--pico-background-color);
-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20); -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20); -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
box-shadow: 0 0 1px rgba(0,0,0,0.20); box-shadow: 0 0 5px #8887;
border-radius: 7px;
z-index: 15; z-index: 15;
} }
@ -842,3 +882,9 @@ input[type="radio"][id="browser"]:checked ~ .openlearning {
} }
} }
@media screen and (max-width: 660px) {
.timeline li{
margin: 57px 0px !important;
}
}

BIN
asset/img/aframe-verse.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 MiB

BIN
asset/img/han.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -2,16 +2,58 @@
<!-- Created with Inkscape (http://www.inkscape.org/) --> <!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg <svg
width="113.38142mm" width="113.57502mm"
height="43.847782mm" height="43.909458mm"
version="1.1" version="1.1"
viewBox="0 0 113.38142 43.847784" viewBox="0 0 113.57502 43.90946"
xml:space="preserve" xml:space="preserve"
id="svg29" id="svg29"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><defs xmlns:svg="http://www.w3.org/2000/svg"><defs
id="defs17"><linearGradient id="defs17"><linearGradient
id="linearGradient19"><stop
style="stop-color:#53daff;stop-opacity:1;"
offset="0"
id="stop18" /><stop
style="stop-color:#52f7ff;stop-opacity:1;"
offset="1"
id="stop19" /></linearGradient><linearGradient
id="linearGradient17"><stop
style="stop-color:#c753ff;stop-opacity:1;"
offset="0"
id="stop16" /><stop
style="stop-color:#e653ff;stop-opacity:1;"
offset="1"
id="stop17" /></linearGradient><linearGradient
id="linearGradient15"><stop
style="stop-color:#298cff;stop-opacity:1;"
offset="0"
id="stop14" /><stop
style="stop-color:#ff79f7;stop-opacity:1;"
offset="1"
id="stop15" /></linearGradient><linearGradient
id="linearGradient12"><stop
style="stop-color:#29bbff;stop-opacity:1;"
offset="0"
id="stop12" /><stop
style="stop-color:#0cd9ff;stop-opacity:0;"
offset="1"
id="stop13" /></linearGradient><linearGradient
id="linearGradient9"><stop
style="stop-color:#ff3cf9;stop-opacity:1;"
offset="0"
id="stop9" /><stop
style="stop-color:#00f8f8;stop-opacity:1;"
offset="1"
id="stop8" /></linearGradient><linearGradient
id="linearGradient3"><stop
style="stop-color:#ff3cf9;stop-opacity:1;"
offset="0"
id="stop7" /><stop
style="stop-color:#00f8f8;stop-opacity:1;"
offset="1"
id="stop6" /></linearGradient><linearGradient
id="linearGradient1"><stop id="linearGradient1"><stop
style="stop-color:#003ad1;stop-opacity:1;" style="stop-color:#003ad1;stop-opacity:1;"
offset="0" offset="0"
@ -45,19 +87,77 @@
y1="127.16445" y1="127.16445"
x2="1181.6075" x2="1181.6075"
y2="127.16445" y2="127.16445"
gradientUnits="userSpaceOnUse" /></defs><g gradientUnits="userSpaceOnUse" /><linearGradient
transform="translate(-58.856523,-44.49679)" xlink:href="#linearGradient3"
id="linearGradient7"
x1="121.41179"
y1="86.926689"
x2="171.91747"
y2="86.926689"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0076142,0,0,1.0454544,-0.92445533,-4.0153177)" /><linearGradient
xlink:href="#linearGradient9"
id="linearGradient8"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0076142,0,0,0.27272726,-0.98880088,58.794164)"
x1="121.41179"
y1="86.926689"
x2="171.91747"
y2="86.926689" /><linearGradient
xlink:href="#linearGradient9"
id="linearGradient10"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0025381,0,0,0.09090907,-0.21968892,69.915444)"
x1="121.41179"
y1="86.926689"
x2="171.91747"
y2="86.926689" /><linearGradient
xlink:href="#linearGradient9"
id="linearGradient11"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0076142,0,0,0.13636362,-0.79494564,67.591196)"
x1="121.41179"
y1="86.926689"
x2="171.91747"
y2="86.926689" /><linearGradient
xlink:href="#linearGradient12"
id="linearGradient13"
x1="151.02299"
y1="83.016991"
x2="159.7397"
y2="83.016991"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.132353,0,0,1,-21.142036,4.5394395e-7)" /><linearGradient
xlink:href="#linearGradient15"
id="linearGradient14"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-1.132353,0,0,1.0493827,315.49058,-4.1582868)"
x1="151.02299"
y1="83.016991"
x2="159.7397"
y2="83.016991" /><linearGradient
xlink:href="#linearGradient17"
id="linearGradient16"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-1.132353,0,0,1.0493827,302.62006,-4.8206892)"
x1="151.02299"
y1="83.016991"
x2="159.7397"
y2="83.016991" /><linearGradient
xlink:href="#linearGradient19"
id="linearGradient18"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.132353,0,0,1.0493827,-7.1348208,-4.3306826)"
x1="151.02299"
y1="83.016991"
x2="159.7397"
y2="83.016991" /></defs><g
transform="translate(-58.856519,-44.496792)"
id="g29"><g id="g29"><g
transform="matrix(2.7826,0,0,3.2096,58.857,52.964672)" transform="matrix(2.7826,0,0,3.2096,58.857,52.964672)"
filter="url(#filter12743)" filter="url(#filter12743)"
id="g28" id="g28"
style="display:inline"><rect style="display:inline" /><g
style="fill:#ffffff;fill-opacity:1;stroke:#824dd4;stroke-width:1.91602;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill"
id="rect1"
width="15.620686"
height="2.7872779"
x="24.112293"
y="7.089004" /></g><g
transform="matrix(2.7825999,0,0,3.2096001,-73.783976,-5.2700571)" transform="matrix(2.7825999,0,0,3.2096001,-73.783976,-5.2700571)"
id="g27" id="g27"
style="display:inline"><g style="display:inline"><g
@ -72,16 +172,22 @@
stroke-width="3.7795" stroke-width="3.7795"
style="font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;display:inline;fill:#ffffff;fill-opacity:1;stroke:url(#linearGradient8637)" style="font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;display:inline;fill:#ffffff;fill-opacity:1;stroke:url(#linearGradient8637)"
id="path25" id="path25"
transform="translate(27.273,60.371)" /></g></g><text transform="translate(27.273,60.371)" /></g></g><path
style="fill:url(#linearGradient13);stroke-width:0.988572;paint-order:markers stroke fill"
d="m 149.86931,77.825413 9.87039,10.383149 -3.19336,-0.128188 z"
id="path12" /><path
style="fill:url(#linearGradient14);stroke-width:1.01269;paint-order:markers stroke fill"
d="m 144.47923,77.510356 -9.87039,10.895897 3.19336,-0.134519 z"
id="path12-2" /><text
xml:space="preserve" xml:space="preserve"
transform="matrix(0.05313799,0,0,0.05313799,104.086,62.583943)" transform="matrix(0.05313799,0,0,0.05313799,104.086,62.583943)"
id="text29" id="text29"
style="font-weight:600;font-size:133.333px;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';text-align:start;writing-mode:lr-tb;direction:ltr;white-space:pre;shape-inside:url(#rect29);display:none;opacity:1;fill:#8e8e8e;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2);stroke-width:9.48474;stroke-linejoin:miter;stroke-dasharray:none;paint-order:stroke markers fill"><tspan style="font-weight:600;font-size:133.333px;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';text-align:start;writing-mode:lr-tb;direction:ltr;white-space:pre;shape-inside:url(#rect29);display:none;opacity:1;fill:#8e8e8e;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2);stroke-width:9.48474;stroke-linejoin:miter;stroke-dasharray:none;paint-order:stroke markers fill"><tspan
x="429.14258" x="429.14258"
y="181.23104" y="181.23104"
id="tspan4"><tspan id="tspan3"><tspan
style="font-weight:900;-inkscape-font-specification:'Montserrat Heavy';fill:none" style="font-weight:900;-inkscape-font-specification:'Montserrat Heavy';fill:none"
id="tspan2">federation</tspan></tspan></text><text id="tspan1">federation</tspan></tspan></text><text
xml:space="preserve" xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.64444px;font-family:'MxPlus ToshibaSat 9x14';-inkscape-font-specification:'MxPlus ToshibaSat 9x14';text-align:start;writing-mode:lr-tb;direction:ltr;text-anchor:start;fill:none;fill-opacity:1;stroke:#54438e;stroke-width:0.504;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:5.64444px;font-family:'MxPlus ToshibaSat 9x14';-inkscape-font-specification:'MxPlus ToshibaSat 9x14';text-align:start;writing-mode:lr-tb;direction:ltr;text-anchor:start;fill:none;fill-opacity:1;stroke:#54438e;stroke-width:0.504;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke markers fill"
x="178.69518" x="178.69518"
@ -91,9 +197,39 @@
style="stroke-width:0.504" style="stroke-width:0.504"
x="178.69518" x="178.69518"
y="61.019711" /></text><path y="61.019711" /></text><path
style="fill:#000000;fill-opacity:0.628531;stroke:none;stroke-width:0.270834;stroke-dasharray:none;stroke-opacity:1" style="fill:#818181;fill-opacity:1;stroke:none;stroke-width:0.342798;stroke-dasharray:none;stroke-opacity:1"
d="m 160.84552,81.675036 c -0.51473,-0.102052 -0.75028,-0.211142 -1.04145,-0.482327 -0.32106,-0.299041 -0.43054,-0.715005 -0.30333,-1.152591 0.12477,-0.429211 0.53867,-0.762338 1.15607,-0.930466 0.36252,-0.09872 1.24538,-0.100195 1.64633,-0.0027 0.53637,0.130352 0.94175,0.402536 1.13471,0.761848 0.12802,0.238416 0.1281,0.767767 1.4e-4,1.006444 -0.18893,0.352395 -0.57451,0.619402 -1.093,0.756839 -0.34568,0.09163 -1.13938,0.114395 -1.49947,0.043 z m 1.34196,-0.550003 c 0.44773,-0.116618 0.69147,-0.383478 0.69174,-0.757345 2.5e-4,-0.343216 -0.23825,-0.616521 -0.64569,-0.739864 -0.22632,-0.06852 -1.24971,-0.06852 -1.47604,0 -0.40291,0.121982 -0.64584,0.397105 -0.64584,0.731464 0,0.39354 0.26341,0.671715 0.743,0.784642 0.26908,0.06337 1.06008,0.05215 1.33283,-0.0189 z m -34.32397,-0.77403 v -1.341925 h 1.88707 1.88709 v 0.293545 0.293547 h -1.57257 -1.57257 v 0.251611 0.25161 h 1.46773 1.46774 v 0.293547 0.293546 h -1.46774 -1.46773 v 0.503222 0.503223 h -0.31451 -0.31451 z m 4.27738,0 v -1.341925 h 1.86613 1.86611 v 0.272578 0.272578 h -1.55161 -1.5516 v 0.251611 0.251612 h 1.4887 1.48869 v 0.272578 0.272579 h -1.48869 -1.4887 v 0.27258 0.272577 h 1.5516 1.55161 v 0.272579 0.272579 h -1.86611 -1.86613 z m 4.4032,8.31e-4 v -1.347608 l 1.49919,0.01291 1.49918,0.01291 0.23511,0.110255 c 0.23351,0.109495 0.3721,0.252025 0.52482,0.53974 0.0633,0.11934 0.0779,0.240829 0.0783,0.649994 3.9e-4,0.465635 -0.008,0.520922 -0.11593,0.740162 -0.0656,0.133477 -0.1829,0.287687 -0.26872,0.353154 -0.30967,0.236195 -0.37017,0.24419 -1.97377,0.260817 l -1.47822,0.01533 z m 2.91768,0.674498 c 0.22791,-0.103513 0.32366,-0.304763 0.32366,-0.680251 0,-0.356115 -0.10009,-0.563957 -0.32956,-0.684335 -0.15153,-0.0795 -0.25159,-0.08778 -1.22389,-0.101246 l -1.05887,-0.01467 v 0.779986 0.779986 l 1.05887,-9.14e-4 c 0.93974,-8.31e-4 1.07809,-0.0097 1.22979,-0.07855 z m 1.52744,-0.675361 v -1.341926 h 1.86612 1.86612 v 0.272579 0.272578 h -1.57257 -1.57257 v 0.251612 0.25161 h 1.50967 1.50967 v 0.272579 0.272578 h -1.50967 -1.50967 v 0.27258 0.272578 h 1.57257 1.57257 v 0.272578 0.272579 h -1.86612 -1.86612 z m 4.36127,-0.0022 v -1.344229 l 1.62498,0.01275 c 1.80368,0.01415 1.75478,0.0068 2.01486,0.303007 0.20424,0.23261 0.26872,0.574468 0.17323,0.918346 -0.0572,0.206108 -0.29765,0.471781 -0.48199,0.532619 -0.0792,0.02615 -0.14401,0.05746 -0.14401,0.06958 0,0.01795 0.3183,0.416193 0.6224,0.778694 0.0579,0.06897 0.0398,0.07338 -0.29923,0.07338 h -0.36079 l -0.32296,-0.419352 -0.32295,-0.419352 h -0.93726 -0.93725 v 0.419352 0.419352 h -0.31452 -0.31451 z m 3.13583,-0.126583 c 0.23556,-0.08211 0.25519,-0.47394 0.0289,-0.577037 -0.074,-0.0337 -0.48548,-0.04894 -1.32157,-0.04894 h -1.21416 v 0.335482 0.335481 h 1.18889 c 0.73804,0 1.23781,-0.01706 1.31791,-0.04498 z m 1.30928,0.128848 v -1.341925 h 1.80323 1.80321 v 1.341925 1.341925 h -0.29353 -0.29356 v -0.440318 -0.44032 h -1.21612 -1.21612 v 0.44032 0.440318 h -0.29355 -0.29356 z m 3.0105,-0.450804 -0.0121,-0.366932 h -1.19515 -1.19515 l -0.0121,0.366932 -0.0121,0.366933 h 1.21938 1.21939 z m 2.67871,1.764772 c -0.0154,-0.01538 -0.0279,-0.487146 -0.0279,-1.048379 v -1.020421 h -0.77581 -0.77579 v -0.293547 -0.293546 h 1.90805 1.90805 v 0.293546 0.293547 h -0.77581 -0.7758 v 1.048378 1.048379 h -0.32849 c -0.18066,0 -0.34107,-0.01259 -0.35645,-0.02796 z m 2.7817,-1.312204 v -1.343689 h 0.33608 0.33606 l -0.011,1.331441 -0.0111,1.331442 -0.325,0.01225 -0.32499,0.01225 z m 5.829,-0.0019 v -1.341926 h 0.37693 0.37691 l 1.08032,0.959685 1.08034,0.959685 0.0113,-0.959685 0.0113,-0.959685 h 0.33472 0.33469 v 1.341926 1.341926 h -0.369 -0.36901 l -1.08824,-0.966393 -1.08824,-0.966392 -0.0113,0.966392 -0.0113,0.966393 h -0.33471 -0.33471 z" d="m 163.50345,74.673891 c -0.65149,-0.129167 -0.94963,-0.267244 -1.31816,-0.610486 -0.40637,-0.378499 -0.54495,-0.90499 -0.38393,-1.458847 0.15793,-0.543256 0.68179,-0.964899 1.46326,-1.1777 0.45885,-0.124953 1.57628,-0.126818 2.08376,-0.0034 0.67889,0.164988 1.19199,0.509495 1.43622,0.96428 0.16204,0.301766 0.16214,0.971773 1.8e-4,1.273869 -0.23913,0.44603 -0.72716,0.783984 -1.38342,0.957939 -0.43754,0.115976 -1.44213,0.144791 -1.89791,0.05443 z m 1.69855,-0.696146 c 0.56669,-0.147603 0.8752,-0.485371 0.87553,-0.958577 3.3e-4,-0.434413 -0.30155,-0.780338 -0.81725,-0.936456 -0.28645,-0.08672 -1.58178,-0.08672 -1.86824,0 -0.50997,0.154393 -0.81745,0.502622 -0.81745,0.925823 0,0.498108 0.33339,0.850197 0.94043,0.993131 0.34056,0.08021 1.34175,0.06601 1.68698,-0.02393 z m -43.44423,-0.979697 v -1.698489 h 2.38847 2.38853 v 0.371543 0.371547 h -1.99043 -1.99041 v 0.318466 0.318465 h 1.85771 1.85774 v 0.371546 0.371546 h -1.85774 -1.85771 v 0.636932 0.636937 h -0.39809 -0.39807 z m 5.41392,0 v -1.698489 h 2.36198 2.36195 v 0.345006 0.345003 h -1.96388 -1.96389 v 0.318468 0.31847 h 1.88427 1.88425 v 0.345003 0.345007 h -1.88425 -1.88427 v 0.345007 0.345004 h 1.96389 1.96388 v 0.345006 0.345008 h -2.36195 -2.36198 z m 5.57318,0.001 v -1.705682 l 1.89754,0.01633 1.89753,0.01633 0.29758,0.139551 c 0.29556,0.138587 0.47097,0.318988 0.66427,0.683154 0.08,0.15105 0.0986,0.30482 0.0991,0.822705 4.9e-4,0.589358 -0.009,0.659336 -0.14673,0.936831 -0.083,0.168944 -0.23149,0.364129 -0.34011,0.44699 -0.39196,0.298954 -0.46854,0.309075 -2.49823,0.330119 l -1.87101,0.01941 z m 3.69294,0.85372 c 0.28847,-0.131017 0.40968,-0.385741 0.40968,-0.861002 0,-0.450736 -0.12671,-0.713807 -0.41715,-0.866169 -0.19179,-0.100616 -0.31843,-0.111104 -1.54909,-0.128149 l -1.34023,-0.01856 v 0.987237 0.987235 l 1.34023,-0.0012 c 1.18944,-9.99e-4 1.36455,-0.01228 1.55656,-0.09941 z m 1.93329,-0.854812 v -1.698447 h 2.36198 2.36196 v 0.345008 0.345005 h -1.99041 -1.99043 v 0.318468 0.318466 h 1.91081 1.91081 v 0.345004 0.345007 h -1.91081 -1.91081 v 0.345006 0.345006 h 1.99043 1.99041 v 0.345006 0.345006 h -2.36196 -2.36198 z m 5.52011,-0.0028 v -1.70142 l 2.05677,0.01613 c 2.28294,0.0179 2.22103,0.0086 2.55022,0.383519 0.2585,0.294417 0.34012,0.72711 0.21927,1.16236 -0.0725,0.260873 -0.37675,0.597138 -0.61006,0.674144 -0.10019,0.03309 -0.18229,0.07272 -0.18229,0.08807 0,0.02271 0.40288,0.526781 0.78779,0.985602 0.0733,0.08729 0.0504,0.09288 -0.37874,0.09288 h -0.45666 l -0.40878,-0.530775 -0.40876,-0.53078 h -1.1863 -1.1863 v 0.53078 0.530775 h -0.39808 -0.39808 z m 3.96904,-0.160216 c 0.29816,-0.103934 0.32303,-0.599872 0.0366,-0.730363 -0.0938,-0.04266 -0.61445,-0.06195 -1.6727,-0.06195 h -1.53679 v 0.424624 0.424624 h 1.50479 c 0.93414,0 1.56673,-0.02159 1.66809,-0.05693 z m 1.65719,0.163084 v -1.698492 h 2.28236 2.28236 v 1.698492 1.698489 h -0.37153 -0.37156 v -0.557324 -0.557316 h -1.53927 -1.53924 v 0.557316 0.557317 h -0.37156 -0.37156 z m 3.81043,-0.570588 -0.0154,-0.464431 h -1.51271 -1.51271 l -0.0154,0.464431 -0.0154,0.46443 h 1.54338 1.54339 z m 3.39046,2.233692 c -0.0194,-0.01948 -0.0353,-0.616587 -0.0353,-1.326946 V 72.04258 h -0.98196 -0.98191 v -0.371546 -0.371546 h 2.41502 2.41504 v 0.371546 0.371546 h -0.98194 -0.98194 v 1.326944 1.326945 h -0.41577 c -0.22867,0 -0.43171,-0.01593 -0.45118,-0.0354 z m 3.52083,-1.660872 v -1.700724 h 0.4254 0.42536 l -0.0139,1.685221 -0.014,1.685223 -0.41136,0.0155 -0.41134,0.0155 z M 167.617,72.998 v -1.698492 h 0.47708 0.47707 l 1.36735,1.214685 1.3674,1.214683 0.0143,-1.214683 0.0143,-1.214685 h 0.42366 0.42362 V 72.998 74.69649 h -0.46704 -0.46707 l -1.37738,-1.223174 -1.37743,-1.223174 -0.0143,1.223174 -0.0143,1.223174 h -0.42363 -0.42366 z"
id="path5" /></g><path id="path5" /><rect
style="fill:#000000;fill-opacity:0.58952;stroke-width:1.08132" style="fill:url(#linearGradient7);stroke-width:0.953489;paint-order:markers stroke fill"
d="M 67.236801,7.4740212 V 6.129296 h 0.30912 0.30912 l 0.01155,0.5482347 0.01155,0.5482335 h 1.261973 1.261973 l 0.01155,-0.5482335 0.01155,-0.5482347 h 0.30912 0.309121 V 7.4740212 8.8187465 H 70.7331 70.422778 V 8.3015446 7.7843428 h -1.28266 -1.282661 v 0.5172018 0.5172019 h -0.310321 -0.310321 z m 5.834037,0.7917285 V 7.7127529 L 72.232972,6.9551877 C 71.772145,6.538527 71.377416,6.1822493 71.355796,6.1634592 c -0.02161,-0.018793 0.176711,-0.034159 0.440731,-0.034159 h 0.480038 l 0.42817,0.4010259 c 0.235492,0.2205645 0.49698,0.4654077 0.581084,0.5440965 l 0.152916,0.1430684 0.575641,-0.5440954 0.575642,-0.5440954 h 0.461171 0.461171 l -0.867282,0.7964906 -0.867283,0.7964917 -0.0017,0.5482335 -0.0017,0.5482347 H 73.422536 73.070838 Z M 75.801665,7.4740212 V 6.129296 h 1.487505 c 0.925431,0 1.56768,0.017193 1.699685,0.045502 0.406086,0.08709 0.658975,0.4268943 0.658975,0.8854594 0,0.4087379 -0.167793,0.6801968 -0.515949,0.8347109 -0.143345,0.063614 -0.331521,0.075184 -1.437257,0.088322 l -1.272317,0.015117 v 0.4101706 0.4101717 h -0.310321 -0.310321 z m 3.218709,-0.1576369 c 0.167752,-0.1519298 0.130722,-0.4964297 -0.0612,-0.5694005 -0.05558,-0.021129 -0.649112,-0.038419 -1.31896,-0.038419 h -1.217903 v 0.3534144 0.3534143 l 1.257692,-0.012057 c 1.145533,-0.010986 1.265066,-0.018739 1.340375,-0.086949 z m 1.167163,0.1576369 V 6.129296 h 1.861927 1.861927 v 0.2689448 0.2689449 h -1.572293 -1.572295 v 0.2689459 0.2689448 h 1.51023 1.51023 v 0.2689448 0.2689449 h -1.51023 -1.51023 v 0.2689448 0.2689448 h 1.572295 1.572293 v 0.2689459 0.2689449 h -1.861927 -1.861927 z m 4.385873,-0.0026 v -1.347328 l 1.627345,0.012943 1.627347,0.012943 0.200336,0.1241291 c 0.301886,0.1870478 0.402718,0.4042212 0.385644,0.830604 -0.01681,0.4198301 -0.129893,0.6168834 -0.443767,0.773293 l -0.208377,0.1038392 0.308001,0.3793444 c 0.169401,0.2086385 0.318877,0.3969406 0.33217,0.4184481 0.01446,0.023389 -0.117413,0.0391 -0.328046,0.0391 H 87.72185 L 87.399498,8.4049815 87.077145,7.9912198 H 86.135598 85.194053 V 8.4049815 8.8187432 H 84.883731 84.57341 Z m 3.190704,-0.114661 c 0.07695,-0.036981 0.160765,-0.2021625 0.160765,-0.3168257 0,-0.043177 -0.04492,-0.1307392 -0.09982,-0.19459 l -0.0998,-0.1160867 h -1.255258 -1.255258 l -0.01238,0.2855279 c -0.0068,0.1570401 -0.0023,0.3118949 0.01006,0.3441215 0.01887,0.049168 0.220416,0.056293 1.253662,0.04428 0.677147,-0.00789 1.261238,-0.028763 1.297981,-0.046421 z m 1.277921,0.1172686 V 6.1293036 l 0.403418,0.00141 0.403417,0.00141 0.76026,1.0330272 c 0.418144,0.5681644 0.77191,1.0320907 0.786148,1.0309478 0.01424,-0.00119 0.367777,-0.4666242 0.785643,-1.0344037 l 0.759757,-1.0323254 h 0.388432 0.388431 V 7.4740861 8.8188113 H 93.365843 93.014146 V 8.0326636 c 0,-0.4323799 -0.01396,-0.7854157 -0.03103,-0.7845225 -0.01706,8.921e-4 -0.291701,0.3539279 -0.610298,0.7845225 l -0.579266,0.7829005 -0.398756,0.00162 -0.398757,0.00162 -0.594271,-0.7938208 -0.594271,-0.7938197 -0.01123,0.7938197 -0.01123,0.7938208 h -0.371492 -0.371492 z m 5.668534,0 V 6.1293036 h 1.861927 1.861927 V 6.397751 6.6661984 l -1.561951,0.010846 -1.561949,0.010846 v 0.248257 0.248256 l 1.499886,0.010856 1.499885,0.010857 v 0.268429 0.268429 h -1.51023 -1.510229 v 0.2689449 0.2689448 h 1.572293 1.572295 V 8.54981 8.8187548 h -1.861927 -1.861927 z m 4.385868,-0.0027 V 6.1238559 l 1.520573,0.013084 c 1.50131,0.012922 1.52335,0.014338 1.7396,0.112055 0.26529,0.1198708 0.47687,0.3558884 0.57488,0.6412822 0.086,0.2503332 0.0967,0.8647662 0.0198,1.1302822 -0.0606,0.2090992 -0.27037,0.4944606 -0.45487,0.6188059 -0.23297,0.1569947 -0.47981,0.1794256 -1.97449,0.1794256 h -1.42545 z m 3.012473,0.685452 c 0.19356,-0.12587 0.27699,-0.3257779 0.27626,-0.6620187 -8.6e-4,-0.4015233 -0.0864,-0.5853153 -0.32656,-0.7015658 -0.16208,-0.078461 -0.25163,-0.084581 -1.23744,-0.084581 h -1.062707 v 0.7678908 0.7678907 l 1.127487,-0.012781 c 0.91631,-0.010381 1.14538,-0.024405 1.22296,-0.074838 z m 1.53891,-0.6827065 V 6.1293458 h 0.3517 0.35169 V 7.474071 8.8187962 h -0.35169 -0.3517 z m 1.65504,0 V 6.1293458 h 1.65505 1.94112 V 7.474071 8.8187962 h -0.43089 -0.14482 V 8.3843467 7.9498961 h -1.2206 -1.22059 v 0.4344506 0.4344495 h -0.28963 -0.28964 z m 3.02046,-0.4344495 V 6.6672354 h -1.2206 -1.22059 v 0.3723861 0.372385 h 1.22059 1.2206 z" id="rect1"
width="50.89024"
height="2.9483016"
x="121.41179"
y="85.388451" /><rect
style="fill:url(#linearGradient8);stroke-width:0.486998;paint-order:markers stroke fill"
id="rect1-3"
width="50.89024"
height="0.76912206"
x="121.34745"
y="82.116882" /><rect
style="fill:url(#linearGradient10);stroke-width:0.28046;paint-order:markers stroke fill"
id="rect1-3-1"
width="50.633865"
height="0.25637397"
x="121.50026"
y="77.689682" /><rect
style="fill:url(#linearGradient11);stroke-width:0.34436;paint-order:markers stroke fill"
id="rect1-3-1-3"
width="50.89024"
height="0.384561"
x="121.5413"
y="79.252556" /><path
style="fill:url(#linearGradient16);stroke-width:1.01269;paint-order:markers stroke fill"
d="m 136.35163,77.87345 -14.7415,8.075783 0.75781,1.660099 z"
id="path12-2-5" /><path
style="fill:url(#linearGradient18);stroke-width:1.01269;paint-order:markers stroke fill"
d="m 158.49271,77.850708 13.45963,8.075783 0.1395,1.916473 z"
id="path12-2-5-9" /></g><path
style="fill:#808080;fill-opacity:1;stroke-width:0.5;stroke-dasharray:none"
d="m 63.006633,21.639473 v -1.621936 h 0.372844 0.372845 l 0.01393,0.661252 0.01393,0.661249 h 1.522126 1.522123 l 0.01393,-0.661249 0.01393,-0.661252 h 0.372843 0.372846 v 1.621936 1.621936 h -0.374299 -0.374293 v -0.623821 -0.623821 h -1.547077 -1.547075 v 0.623821 0.623821 h -0.374302 -0.374293 z m 7.036705,0.954941 V 21.92742 l -1.010589,-0.913735 c -0.555826,-0.502554 -1.031926,-0.932278 -1.058003,-0.954942 -0.02607,-0.02267 0.213139,-0.04121 0.531585,-0.04121 h 0.578997 l 0.516436,0.483696 c 0.284038,0.266032 0.599431,0.56135 0.700872,0.65626 l 0.18444,0.172561 0.694306,-0.656258 0.694311,-0.656259 h 0.556238 0.55624 l -1.046068,0.960684 -1.046072,0.960687 -0.002,0.661249 -0.002,0.661252 h -0.424378 -0.424199 z m 3.293778,-0.954941 v -1.621936 h 1.79415 c 1.116205,0 1.890852,0.02073 2.050069,0.05488 0.489799,0.105044 0.794821,0.514897 0.794821,1.067993 0,0.492998 -0.202384,0.820418 -0.62231,1.006785 -0.172896,0.07672 -0.399864,0.09067 -1.733544,0.106525 l -1.534601,0.01824 v 0.494726 0.494727 h -0.374292 -0.374293 z m 3.882235,-0.190133 c 0.202334,-0.183249 0.15767,-0.598766 -0.07383,-0.68678 -0.06704,-0.02548 -0.782923,-0.04634 -1.590858,-0.04634 h -1.46897 v 0.426269 0.42627 l 1.516961,-0.01456 c 1.381681,-0.01325 1.525856,-0.02261 1.616689,-0.104875 z m 1.407769,0.190133 v -1.621936 h 2.245759 2.245756 v 0.324387 0.324389 H 81.222219 79.3258 v 0.324386 0.324388 h 1.821559 1.821561 v 0.324386 0.324387 H 81.147359 79.3258 v 0.324388 0.324387 h 1.896419 1.896416 v 0.324388 0.324386 H 80.872879 78.62712 Z m 5.290008,-0.0031 v -1.625055 l 1.962816,0.01561 1.962819,0.01561 0.241635,0.149719 c 0.364119,0.225608 0.485737,0.487551 0.465144,1.00183 -0.02027,0.506376 -0.15667,0.744052 -0.535249,0.932705 l -0.251333,0.125245 0.371495,0.457546 c 0.204323,0.251647 0.384612,0.478769 0.400645,0.504709 0.01744,0.02821 -0.141616,0.04716 -0.395672,0.04716 h -0.424819 l -0.388805,-0.499126 -0.388805,-0.499057 h -1.135644 -1.135641 v 0.499057 0.499056 h -0.374295 -0.374291 z m 3.848457,-0.1383 c 0.09282,-0.0446 0.193905,-0.243837 0.193905,-0.382137 0,-0.05207 -0.05418,-0.157691 -0.120396,-0.234704 L 87.718719,20.741215 H 86.204695 84.69067 l -0.01493,0.344388 c -0.0083,0.189413 -0.0028,0.376191 0.01214,0.41506 0.02276,0.0593 0.265854,0.06789 1.5121,0.05341 0.816738,-0.0095 1.521239,-0.03469 1.565557,-0.05599 z m 1.541359,0.141444 v -1.621979 l 0.486582,0.0017 0.48658,0.0017 0.916984,1.245982 c 0.504344,0.685289 0.931039,1.244853 0.948211,1.243474 0.01717,-0.0014 0.443594,-0.562818 0.9476,-1.247643 l 0.91638,-1.245111 h 0.468505 0.468504 v 1.621926 1.621936 h -0.4242 -0.424196 v -0.948274 c 0,-0.521514 -0.01684,-0.947327 -0.03743,-0.94625 -0.02058,0.001 -0.351833,0.426889 -0.736109,0.94625 l -0.698679,0.944293 -0.48096,0.0019 -0.480959,0.0019 -0.716778,-0.957465 -0.716778,-0.957462 -0.01354,0.957462 -0.01353,0.957465 h -0.448077 -0.448072 z m 6.837085,0 v -1.621979 h 2.245756 2.245755 v 0.323786 0.323787 l -1.883939,0.01308 -1.88394,0.01308 v 0.299436 0.299433 l 1.809083,0.0131 1.809076,0.01309 v 0.323765 0.323765 h -1.821553 -1.82156 v 0.324386 0.324388 h 1.896417 1.896416 v 0.324389 0.324386 h -2.245755 -2.245756 z m 5.290001,-0.0032 v -1.625251 l 1.834,0.01579 c 1.8108,0.01559 1.83739,0.01729 2.09822,0.135154 0.31998,0.144582 0.57516,0.429253 0.69339,0.77348 0.10376,0.301938 0.11662,1.043036 0.0239,1.363287 -0.0732,0.252205 -0.32612,0.596392 -0.54864,0.746371 -0.28101,0.189359 -0.57873,0.216413 -2.38153,0.216413 h -1.71927 z m 3.63346,0.826754 c 0.23346,-0.151816 0.33409,-0.392935 0.33321,-0.798492 -9.9e-4,-0.484294 -0.10418,-0.705975 -0.39388,-0.846191 -0.1955,-0.09463 -0.30351,-0.102014 -1.49254,-0.102014 h -1.28176 v 0.92619 0.926188 l 1.35989,-0.01541 c 1.10521,-0.01253 1.3815,-0.02944 1.47508,-0.09026 z m 1.85615,-0.823445 v -1.621938 h 0.4242 0.42419 v 1.621935 1.621936 h -0.42419 -0.4242 z m 1.99621,0 v -1.621938 h 1.99623 2.34129 v 1.621935 1.621936 h -0.51973 -0.17466 v -0.524157 -0.524014 h -1.47222 -1.47223 v 0.524014 0.524009 h -0.34933 -0.34935 z m 3.64313,-0.524008 v -0.449212 h -1.47222 -1.47223 v 0.449153 0.449151 h 1.47223 1.47222 z"
id="path2" /></svg> id="path2" /></svg>

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 18 KiB

BIN
asset/img/xrhypermedia.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

BIN
asset/img/xrsh.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 980 KiB

View file

@ -17,12 +17,7 @@
<header class="container"> <header class="container">
<div id="logo"></div> <div id="logo"></div>
<div id="hint"></div> <div id="hint"></div>
<div class="spectrum">
<div></div>
<div></div>
</div>
<hgroup style="margin-top:12px"> <hgroup style="margin-top:12px">
<small>digital commons for XR hypermedia 🥽</small>
<h1 style="opacity:0">The XR Federation</h1> <h1 style="opacity:0">The XR Federation</h1>
</hgroup> </hgroup>
</header> </header>
@ -30,7 +25,7 @@
<!-- Main --> <!-- Main -->
<main class="container"> <main class="container">
<br> <h2>Digital commons for XR hypermedia 🥽</h2>
<div class="telescopic"> <div class="telescopic">
We connect, and <b>help fund</b> open XR ecosystems 🥦<br> We connect, and <b>help fund</b> open XR ecosystems 🥦<br>
We <b>support</b> public AR/VR/MR We <b>support</b> public AR/VR/MR
@ -71,27 +66,30 @@
<div id="euvalues"></div> <div id="euvalues"></div>
</span> </span>
</u> </u>
, American <a href="https://www.state.gov/wp-content/uploads/2022/04/Declaration-for-the-Future-for-the-Internet.pdf" target="_blank">DFI</a>- and <a href="https://en.wikipedia.org/wiki/Peer-to-peer#Social_implications">P2P</a>-values, narrowed down to XR experiences.<br> , American <a href="https://www.state.gov/wp-content/uploads/2022/04/Declaration-for-the-Future-for-the-Internet.pdf" target="_blank">DFI</a>-values, narrowed down to <b>OpenSource hyperlinked</b> XR experiences.<br>
XR Federation similarly promotes <a href="https://en.wikipedia.org/wiki/Pluralism" _target="_blank">pluralism</a>, <a target="https://en.wikipedia.org/wiki/Altruism" target="_blank">altruism</a> and <a href="https://en.wikipedia.org/wiki/Opensource">opensource</a>.
</div> </div>
<br> <br>
<blockquote> <blockquote>
<div id="lvk"></div> <div id="lvk"></div>
<cite> <cite>
"XR hypermedia drives XR cost-efficiency beyond VR games: it enables spatial education and innovation for all of us." "XR hypermedia is cost-efficient for big and small communities: it enables spatial education and innovation by hyperlinking XR experiences."
</cite> </cite>
~
<br><b>Leon van Kammen</b> / Founder, Strategy Director / <a href="https://mastodon.online/@lvk" target="_blank">@lvk@mastodon.online</a> <br><b>Leon van Kammen</b> / Founder, Strategy Director / <a href="https://mastodon.online/@lvk" target="_blank">@lvk@mastodon.online</a>
</blockquote> </blockquote>
<center> <center>
<button onclick="alert('Hi there!\nPlease send a mail to\n\nleonvankammen @ isvery.ninja\n\nthanks!')" style="padding:30px;margin:20px">Contact us</button> <button onclick="alert('Hi there!\nPlease send a mail to\n\nleonvankammen+xrhf @ isvery.ninja\n\nthanks!')" style="padding:30px;margin:20px">Contact us</button>
<br/> <br/>
<br/> <br/>
</center> </center>
<div class="spectrum">
<div></div>
<div></div>
</div>
<div id="cards"> <div id="cards">
<h3 id="projects">Projects:&nbsp;&nbsp;</h3> <h3 id="projects">Projects:&nbsp;&nbsp;</h3>
<hr/>
<input type="radio" id="protocol" name="color" /> <input type="radio" id="protocol" name="color" />
<label for="protocol"><kbd>#protocol</kbd></label> <label for="protocol"><kbd>#protocol</kbd></label>
<input type="radio" id="openlearning" name="color"/> <input type="radio" id="openlearning" name="color"/>
@ -156,7 +154,7 @@
</div> </div>
<div class="tile webtranslator"> <div class="tile webtranslator">
<div id="xrsh" class="thumb"></div> <div id="xrshthumb" class="thumb"></div>
<a class="description" href="https://xrsh.isvery.ninja" target="_blank"> <a class="description" href="https://xrsh.isvery.ninja" target="_blank">
<b>XRSH</b> is a Linux Shell for <b>WebXR</b>, which makes the Linux ecosystem of cli-tools available in <b>WebXR</b>. <b>XRSH</b> is a Linux Shell for <b>WebXR</b>, which makes the Linux ecosystem of cli-tools available in <b>WebXR</b>.
</a> </a>
@ -164,6 +162,12 @@
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<br>
<div class="spectrum">
<div></div>
<div></div>
</div>
<!-- The Timeline --> <!-- The Timeline -->
<center> <center>
@ -175,60 +179,171 @@
<li id="janusxr"> <li id="janusxr">
<div class="direction-r"> <div class="direction-r">
<div class="flag-wrapper"> <div class="flag-wrapper">
<span class="flag">JML invented</span> <span class="flag">JanusXR / JML syntax</span>
<span class="time-wrapper"><span class="time">2013</span></span> <span class="time-wrapper"><span class="time">2013</span></span>
</div> </div>
<div class="desc">URL-decentralized virtual worlds (JanusVR) by James McCrae (incl. URL portalsystem). Rebrands in 2020 to (opensource) <b>JanusXR</b> with focus on <a href="https://github.com/jbaicoianu/janusweb" target="_blank">janusweb</a> <div class="desc">URL-linked virtual worlds (JanusVR) by James McCrae (incl. URL portalsystem). Rebrands in 2020 to (opensource) <b>JanusXR</b> with focus on <a href="https://github.com/jbaicoianu/janusweb" target="_blank">janusweb</a>. First <b>convincing</b> VR-headset-compatible <b>user-operated</b> spatial web, used by more than thousands of users.
<br> <br><br>
<div id="janus1"></div> <div id="janus1"></div>
</div> </div>
</div> </div>
</li> </li>
<li id="searxr">
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">SearXR Funded</span>
<span class="time-wrapper"><span class="time">2020</span></span>
</div>
<div class="desc">
NLnet #NGI #EU funds <a href="https://searxr.me" target="_blank">SearXR</a> an opensource selfhostable meta-searchengine for <b>public</b> URL-based virtual worlds.<br>
<div id="searxr" style="width:250px; height:250px;display:inline-block;border-radius:7px"></div>
</div>
</div>
</li>
<!-- Item 3 --> <!-- Item 3 -->
<li> <li>
<div class="direction-l"> <div class="direction-r">
<div class="flag-wrapper"> <div class="flag-wrapper">
<span class="flag">Facebook rebrand</span> <span class="flag">Facebook rebrand</span>
<span class="time-wrapper"><span class="time">2021</span></span> <span class="time-wrapper"><span class="time">2021</span></span>
</div> </div>
<div class="desc">8 years after <b>JanusXR</b>, Facebook attempts proprietary <b>centralized</b> 'metaverse' (rebrands to 'Meta')</div> <div class="desc">8 years after <b>JanusXR</b>, Facebook attempts similar 'metaverse', but proprietary and centralized</b> (rebrands to 'Meta')</div>
</div> </div>
</li> </li>
<li id="searxr">
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">SearXR Funded</span>
<span class="time-wrapper"><span class="time">2020</span></span>
</div>
<div class="desc">NLnet #NGI #EU funds <a href="https://searxr.me" target="_blank">SearXR</a> an opensource selfhostable meta-searchengine for <b>public</b> URL-based virtual worlds.<br>
<div id="searxrlogo" style="display:inline-block;"></div>
</div>
</div>
<li> <li>
<div class="direction-l"> <div class="direction-l">
<div class="flag-wrapper">
<span class="flag">aframe-verse</span>
<span class="time-wrapper"><span class="time">2020</span></span>
</div>
<div class="desc">XR Hypermedia Experiment which traverses crossdomain AFRAME XR experiences seamlessly. The learnings became the fundament for the XR (URI) Fragments.<br>
<div id="aframeverse" style="display:inline-block;"></div>
</div>
</div>
</li>
<li>
<div class="direction-r">
<div class="flag-wrapper"> <div class="flag-wrapper">
<span class="flag">XR Fragments Funded</span> <span class="flag">XR Fragments Funded</span>
<span class="time-wrapper"><span class="time">2021</span></span> <span class="time-wrapper"><span class="time">2021</span></span>
</div> </div>
<div class="desc">NLnet #NGI #EU funds <a href="https://xrfragment.org" target="_blank">XR URI Fragments</a> by Leon van Kammen. Standardisation of spatial anchors in <b>URI's</b>. Supported by <a href="https://github.com/jbaicoianu/janusweb" target="_blank">janusweb</a> and adopted by startups like Alkebulan. <div class="desc">NLnet #NGI #EU funds <a href="https://xrfragment.org" target="_blank">XR URI Fragments</a> by Leon van Kammen. Standardisation of spatial anchors in <b>URI's</b>. It got adopted by startups like Alkebulan, and was coincedentally (already) implemented by <a href="https://github.com/jbaicoianu/janusweb" target="_blank">janusweb</a> (independent simultanious innovation 💡).
<br> <br>
<div id="xrflogo" style="display:inline-block;"></div> <div id="xrflogo" style="display:inline-block;"></div>
</div> </div>
</div> </div>
</li> </li>
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">XRSH funded</span>
<span class="time-wrapper"><span class="time">2021</span></span>
</div>
<div class="desc">First ever in-WebXR Terminal running an actual Linux ISO. This researchproject basically brings the opensource linux ecosystem to otherwise closed proprietary headsets. Aerospace engineers have reported to be using it.</div>
<br>
<div id="xrsh" style="display:inline-block;"></div>
</div>
</div>
</li>
<li>
<div class="direction-r">
<div class="flag-wrapper">
<span class="flag">HAN University collab</span>
<span class="time-wrapper"><span class="time">2024</span></span>
</div>
<div class="desc">
<a href="https://han.nl">HAN University</a> uses <a href="https://xrfragment.org" target="_blank">XR (URL) Fragments</a> while researching VR accessibility. One of the results of this collaboration is the addition of <a href="https://xrfragment.org/doc/RFC_XR_Fragments.html#two-button-navigation" target="_blank">2-button navigation</a> to the XR Fragments spec.
<br>
<div id="hanlogo" style="display:inline-block;"></div>
</div>
</div>
</li>
<li>
<div class="direction-l">
<div class="flag-wrapper">
<span class="flag">XRForge funding</span>
<span class="time-wrapper"><span class="time">2025</span></span>
</div>
<div class="desc">
<a href="https://xrforge.isvery.nl">XRForge</a> was created to ....
<br>
<div id="xrforge" style="display:inline-block;width:250px;height:200px;border-radius:7px"></div>
</div>
</div>
</li>
</ul> </ul>
<h3>Funding FAQ</h3> <h3>Funding FAQ</h3>
<b>Q: Do you fund things made with Unity/Unreal?</b><br> <b>Q: Are we talking VC-money?</b><br>
<b>A:</b> Proprietary things are hard to fund (public money public code). The opensource <a href="https://godot.org" target="_blank">Godot</a> is going to be your best bet. <b>A:</b> Think microgrants / no-cure-no-pay funding of digital commons, think <a href="https://en.wikipedia.org/wiki/Cosmopolitan_localism" target="_blank">cosmolocalism</a>.
<hr/>
<b>Q: Do you fund things (my game) made with Unity/Unreal?</b><br>
<b>A:</b> Indirectly funding/promoting proprietary engines with public money is a tough (public money public code).<br>
<hr/>
<b>Q: Which Open XR engines are preferred?</b><br>
<b>A:</b> Fully opensource ones like:
<ul>
<li><a href="https://github.com/jbaicoianu/janusweb" target="_blank">JanusWeb (WebXR) ♥️</a></li>
<li><a href="https://godot.org" target="_blank">Godot (OpenXR/WebXR)</a></li>
<li><a href="https://lovr.org" target="_blank">loVR (OpenXR)</a></li>
<li><a href="https://threejs.org" target="_blank">THREE.js (WebXR)</a></li>
<li><a href="https://babylonjs.com" target="_blank">Babylon.js (WebXR)</a></li>
<li><a href="https://monado.dev/" target="_blank">Monado (OpenXR)</a></li>
</ul>
♥️ = janusweb has the highest XR hypermedsupportvector, see <a href="https://coderofsalvation.github.io/janus-guide/#/wiki/translators" target="_blank">translators</a>, <a href="https://coderofsalvation.github.io/janus-guide/#/wiki/polyglot-files" target="_blank">polyglot</a> and <a href="https://coderofsalvation.github.io/janus-guide/#/wiki/addressibility" target="_blank">addressibility</a>
<blockquote>
Contact us in case you've got questions
</blockquote>
<hr/>
<b>Q: Regarding hyperlinking, is linking to a webpage enough?</b><br>
<b>A:</b> Most games or WebXR-sites which utilize links, fall in the category:
<blockquote>
<cite>
"I don't want customers to leave my premise"
</cite>
</blockquote>
A much better way is <b>3D-first</b> surfing: by interlinking 3D files <b>immersively</b> via <a href="https://xrfragment.org" target="_blank">(XR Fragment) URLs</a> or <a href="https://coderofsalvation.github.io/janus-guide/" target="_blank">JanusWeb</a>.<br>See the difference below:<br><br>
<img src="asset/img/xrhypermedia.jpg" style="width:100%;border-radius:7px;max-width:900px;filter: invert(1) hue-rotate(155deg)"/>
<blockquote>
<b>Rule of thumb</b>: if the XR content can be selfhosted <b>by users</b> separately from <b>the XR viewer</b>, you're on the right track.
</blockquote>
<hr/>
<b>Q: Crypto?</b><br>
<b>A:</b> Not really, because of price volatility and regulatory/AML compliance hurdles. Privacy mechanisms like <a href="https://www.taler.net/en/index.html" target="_blank">TALER</a> can be discussed though.
<br> <br>
<center>
<button onclick="alert('Hi there!\nPlease send a mail to\n\nleonvankammen+xrhf @ isvery.ninja\n\nthanks!')" style="padding:30px;margin:20px">Contact us</button>
<br/>
<br/>
</center>
<div class="footer"> <div class="footer">
<small>Jump to:</small> <small>Jump to:</small>
<a href="#projects"><kbd>#projects</kbd></a> <a href="#projects"><kbd>#projects</kbd></a>