preview of past text and commands already sent
#83
Closed
opened 2 years ago by utopiah
·
10 comments
No Branch/Tag Specified
artemis-example
assymetric-collaboration
avatar-controlled
bind-jxr-target
book
browser-clipboard
chemistry_example
citations
code-editor
code-generation
componentized
componentized-blocks
control-points
core-vs-extras
direct-scaling
draw2d-with-lines
editor-split
emptyview
federation
fosdem-presentation
fossxr
fot-json-andrew
fot-sloan-companion
game-mechanics
game-multiple-levels
game-remote-save
game-template-with-asset-validator
gesture-manager
gltf-jxr
graph
hands-controllers-kbd
in-situ-instructions
keyboardless-jxr-editing
knuckle-code-snippets
knuckle-docs
laser-fallback
layer
level-loader
list-editing
mannequin
master
meshing
microgestures
minimalist-template
minimum
mistral-and-graphhopper
motionstick
nodal
ondrop
ontouch
outline-extrude
physics
pinch-to-menu
primitives_as_set
pseudoreamls-as-scaffoldings
pull-to-value
reader
readibility-background
real-world-meshing
scaffolding
scaffolding-video-background
scaled-linked-editor
screenshot
spatial-introspection
speech
stretch-to-unpack
stt
swagger_example
syntax-highlighting
teleport
textgame
tiles
trail
visibile-scaffolding
visual-tension
warmup
webchuck
webdav
webmidi
webxrsyskbd
wllama
xr-to-2D-board
Labels
Something is not working core interactions
Ways to interact with content that actually makes this scaffolding unique and aligned with its main value of efficient exploration of interfaces. demo
focusing on facilitating face to face or remote demonstration documentation duplicate
This issue or pull request already exists enhancement
New feature help wanted
Need some help import/export
Interactions with external content invalid
Something is wrong question
More information is needed wontfix
This won't be fixed
Apply labels
Clear labels
bug
Something is not working core interactions
Ways to interact with content that actually makes this scaffolding unique and aligned with its main value of efficient exploration of interfaces. demo
focusing on facilitating face to face or remote demonstration documentation duplicate
This issue or pull request already exists enhancement
New feature help wanted
Need some help import/export
Interactions with external content invalid
Something is wrong question
More information is needed wontfix
This won't be fixed
No Label
bug
core interactions
demo
documentation
duplicate
enhancement
help wanted
import/export
invalid
question
wontfix
Milestone
Set milestone
Clear milestone
No items
No Milestone
Projects
Clear projects
No project
Assignees
Assign users
Clear assignees
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.
No due date set.
Dependencies
No dependencies set.
Reference: utopiah/text-code-xr-engine#83
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
No
Yes
cf https://git.benetou.fr/utopiah/text-code-xr-engine/src/branch/assymetric-collaboration/submit.html to faciliate all the pair programming, or support at least, aspect
could also prevent from sending a line already present
add the matching link to open on the device, possibly via https://hmd.link/?URL or https://www.oculus.com/open_url/?url=URL
consider also mixing text with code, e.g
jxr ... // does this
fixed with
c9f3e9c3ec
Could also add
addBlockCodeExample()
in https://git.benetou.fr/utopiah/text-code-xr-engine/src/branch/primitives_as_setDirect blob content as wiki attachment, here PmWiki, could be done via
and the result checked at https://fabien.benetou.fr/uploads/PIMVRdata/foo.jpg
Note also that png generated are not light and thus, in addition to cause framedrop on the HMD will populate the server disk fast. Lossy JPGs with 0.8 quality are about 1Mb.
Wiki settings have been updated accordingly, following https://www.pmwiki.org/wiki/PmWiki/UploadsAdmin#restrictinguploadedfiles , with a max filesize for JPGs and PNGs of 5Mb.
Following perspective persistance, possibly relying on roomname and a timestamp, a gradual tutorial for https://git.benetou.fr/utopiah/text-code-xr-engine/src/branch/assymetric-collaboration could be made, demonstrating each action that could be taken.
Might also need a timer, e.g 5s delay with visual or audio feedback. Could become its own issue.
Screenshot sharing as
sendPerspectiveToServer()
pushed asd5bc01251e
cf https://twitter.com/utopiah/status/1639367930344292355Still.
associating key conceps thanks to existing functions :
<a-console>
with its hacker styleemptyPinchToMove()
sendPerspectiveToServer()
addScreenshot()
addBlockCodeExample()
generateRandomPlace()
plot()
switchToWireframe() // showing difference with wrist shortcut
location.reload()
interpretJXR("jxr lg Fox.glb 0.001")
// see also../content/models/
for more modelsaddNewNote( "hello world" )
rescalePlace()
rescalePlace(.1) // what's a parameter
displayAllTiles()
selected_asset_kit = 0; displayAllTiles(); // 1 being default
jxr qs a-sphere sa color green // require to add a sphere first
See also https://fabien.benetou.fr/pub/home/future_of_text_demo/content/features/ for visual preview of some features.