*a hand tracking compatible passthrough scene featuring the °stretch_cursor and °color_cube — so you can get a feel for some of our interactions (if there's one missing from the site that you really wanted to try just let us know)
Find a file
2024-12-07 18:44:50 -05:00
Assets color cube 2024-12-07 17:57:31 -05:00
Platforms color cube 2024-12-07 17:57:31 -05:00
Projects/Android dofdemo branch 2024-12-04 23:31:33 -05:00
src hide hands if passthrough 2024-12-07 18:44:50 -05:00
.gitattributes ignore and track 2024-11-03 16:29:13 -05:00
.gitignore ignore third party fonts 2024-11-25 12:50:39 -05:00
android_icons.sh init commit after fatal local git file corruption 2024-11-03 16:30:32 -05:00
dofdemo.csproj render/test stretch cursor 2024-12-07 13:41:56 -05:00
readme.md color cube 2024-12-07 17:57:31 -05:00

# local fish function to get around the repeating auth check
auto_ssh

# track lfs
git lfs track "*.mp3"
git lfs track "*.glb"
git lfs track "*.png"

ffmpeg -i input.ogg output.wav

# update icon from svg
magick -background none -density 256x256 Raw/icon.svg -define icon:auto-resize=256,128,64,48,32,16 Platforms/Net/App.ico
./android_icons.sh Raw/icon.svg

adb devices
adb tcpip 5555
adb shell ip -f inet addr show wlan0
adb connect 192.168.1.219

# publish build
# increment version in Platforms/Android/AndroidManifest.xml
dotnet publish -c Release Projects/Android/dofdemo.Android.csproj

# adb install Projects/Android/bin/Release/net7.0-android/com.dofdev.dofdemo-Signed.apk

# upload quest
source .env
./ovr-platform-util upload-quest-build -a $APP_ID -s $APP_SECRET --apk $APK_PATH -c alpha -n "message"

# debug
adb logcat | grep com.dofdev.dofdemo


# install a specific android platform
sdkmanager "platforms;android-33" "build-tools;33.0.0"
todo
  centralized app for our interaction tech demos

  target audience/experience
    peers to get a feel of some of our interactions without in a time efficient manner
    send and forget (perfect ux / no confusion or hand holding needed)

  iterate version on dotnet publish using shell script

  featuring:
    [x] stretch_cursor
    [x] color_cube
    [ ] reach_cursor
    [ ] orbital_view // same dis/mount system as snake in a box
    [ ] fullstick
    [ ] twist_cursor
    [ ] cubic_flow

bug(s)
  ...