Pimax Portal View: Throw everything at a headset and see what sticks.
Trailer: https://www.youtube.com/watch?v=Uf3In_ZCj7Q
Upload VR Write-up: https://uploadvr.com/pimax-portal-handheld-vr-headset/
microblogging by @vrhermit

@vrhermit
Pimax Portal View: Throw everything at a headset and see what sticks.
Trailer: https://www.youtube.com/watch?v=Uf3In_ZCj7Q
Upload VR Write-up: https://uploadvr.com/pimax-portal-handheld-vr-headset/

@vrhermit
Here is an early demo of a timeline feature I’m building in a PlayCanvas project. This uses an array of data to determine which actions to perform at a specified time during the sequence.
Concepts * Entities publish events that the timeline can run * Timeline reads an array of objects containing time and action(s) to execute * Actions are run by calling the events using “app . fire(“event-name)”
You can try it out or checkout time timeline script here. Run the scene and press 0 (zero) on your keyboard to kick off the timeline.
https://playcanvas.com/project/969046/overview/timeline-concept

@vrhermit
I know my choice of platforms isn’t for everyone, but with these three tools I feel like I can make anything:
All three of these take the hard part of development off my plate, letting me focus on building what I need to build.
Oh, and there are buckets of cash to be had in all three platforms.

@vrhermit
One last Tiny Memex update for today. I setup a basic Python webserver with Flask and hosted a bare bones Babylon JS scene.
This tutorial helped me get started.

@vrhermit
Just a quick demo of writing Python in VS Code over SSH. Tutorial: Coding on Raspberry Pi remotely with Visual Studio Code