touchup
This commit is contained in:
parent
1e4e810a06
commit
f18adcd508
1 changed files with 14 additions and 16 deletions
30
README.md
30
README.md
|
@ -1,5 +1,4 @@
|
||||||
<img src='zrc/dofdev-logo.png' align="right" width="40%">
|
<img src='zrc/dofdev-logo.png' align="right" width="40%">
|
||||||
|
|
||||||
<code>
|
<code>
|
||||||
|
|
||||||
# oriels
|
# oriels
|
||||||
|
@ -8,34 +7,33 @@
|
||||||
<img src='zrc/markberg.png' width="100%">
|
<img src='zrc/markberg.png' width="100%">
|
||||||
|
|
||||||
# pos
|
# pos
|
||||||
net.read()
|
net.read()<br>
|
||||||
c[] = reach-cursor * trackballer || cubic-flow
|
c[] = reach-cursor * trackballer || cubic-flow<br>
|
||||||
blocks.step(c[0].pose, c[3].pose)
|
blocks.step(c[0].pose, c[3].pose)<br>
|
||||||
cubics.step(c[0].pos, c[1].pos, c[2].pos, c[3].pos)
|
cubics.step(c[0].pos, c[1].pos, c[2].pos, c[3].pos)<br>
|
||||||
net.write()
|
net.write()<br>
|
||||||
oriel.raymarch()
|
oriel.raymarch()<br>
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
# dir
|
# dir
|
||||||
= (dof - paperParadigm).normalized
|
= (dof - paperParadigm).normalized<br>
|
||||||
server.federate()
|
server.federate()<br>
|
||||||
accounts = web3()
|
accounts = web3()<br>
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
## ++
|
## ++
|
||||||
oriels.dofs == site.dofs
|
oriels.dofs == site.dofs<br>
|
||||||
dofs.debug(CMY)
|
dofs.debug(CMY)<br>
|
||||||
init(oriel-game)
|
init(oriel-game)<br>
|
||||||
exec(vlai)
|
exec(vlai)<br>
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
## --
|
## --
|
||||||
refactor(hackathon.result())
|
refactor(hackathon.result())<br>
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
|
|
||||||
<br><br><br><br><br><br>
|
<br><br><br><br><br><br>
|
||||||
mapped out by:
|
mapped out by:
|
||||||
<a href='https://ethanmerchant.com'>@spatialfree</a> * <a href='https://twitter.com/opendegree'>@opendegree</a>
|
<a href='https://ethanmerchant.com'>@spatialfree</a> * <a href='https://twitter.com/opendegree'>@opendegree</a>
|
||||||
|
|
||||||
</code>
|
</code>
|
Loading…
Add table
Reference in a new issue