Compare commits
No commits in common. "c0161e46bda5e836ff92dcbeec79f171b11bba61" and "9bc8024706c25de3ebf182c7e988b7f7bfaf9268" have entirely different histories.
c0161e46bd
...
9bc8024706
2 changed files with 5 additions and 14 deletions
|
@ -3,9 +3,7 @@
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
<h1>braille_xr</h1>
|
<h1>braille_xr</h1>
|
||||||
<video src='/public/braille_xr.webm' width='100%' autoplay loop muted></video>
|
<sub>gif of hand move braille change (from sk_demo)</sub>
|
||||||
|
|
||||||
<div style='height: 64px; display: block; width: 100%;'></div>
|
|
||||||
|
|
||||||
<h2>problem</h2>
|
<h2>problem</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -17,23 +15,18 @@
|
||||||
</ul>
|
</ul>
|
||||||
<img src='/public/img/brailliant_bi_40x.webp' width='60%'>
|
<img src='/public/img/brailliant_bi_40x.webp' width='60%'>
|
||||||
|
|
||||||
<div style='height: 64px; display: block; width: 100%;'></div>
|
|
||||||
|
|
||||||
<h2>progress</h2>
|
<h2>progress</h2>
|
||||||
<p style='margin-top: 0;'>code, hardware, software and project files: <a href='https://git.dof.dev/dofdev/braille_xr'>git repo</a></p>
|
<p style='margin-top: 0;'>code, hardware, software and project files: <a href='https://git.dof.dev/dofdev/braille_xr'>git repo</a></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>easy to manufacture braille display</li>
|
<li>easy to manufacture braille display</li>
|
||||||
<li>small enough to leverage openxr hand tracking</li>
|
<li>small enough to leverage openxr hand tracking</li>
|
||||||
<li>software demo braille keyboard w/custom layouts</li>
|
<li>software demo braille keyboard w/custom layouts</li>
|
||||||
<li>initially optimizing for braille input and education</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<img src='/public/img/hack.webp' width='60%'>
|
<img src='/public/img/hack.webp' width='60%'>
|
||||||
|
|
||||||
<div style='height: 64px; display: block; width: 100%;'></div>
|
|
||||||
|
|
||||||
<h2>support</h2>
|
<h2>support</h2>
|
||||||
<p style='margin-top: 0;'>have some resources or experience to throw our way?<br>contact us on our discord server: <a href=''>invite/quick link</a></p>
|
<p style='margin-top: 0;'>have resources or experience to throw our way? contact us on our discord server: <a href=''>invite/quick link</a></p>
|
||||||
|
|
||||||
<div style='height: 128px; display: block; width: 100%;'></div>
|
<div style='height: 100px; display: block; width: 100%;'></div>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
|
@ -71,14 +71,12 @@ li {
|
||||||
img, video, canvas {
|
img, video, canvas {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
all: revert-layer;
|
all: revert-layer;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border-radius: 6px;
|
border-radius: 1px;
|
||||||
}
|
|
||||||
video {
|
|
||||||
border-radius: 6px;
|
|
||||||
}
|
}
|
||||||
.t_symbol {
|
.t_symbol {
|
||||||
margin: 2rem auto;
|
margin: 2rem auto;
|
||||||
|
|
Loading…
Add table
Reference in a new issue