Brian Peiris

Results 50 issues of Brian Peiris

**Summary** Clicking on a link in the source code immediately moves the world to the destination. The transition is very abrupt and causes you to loose context of where you...

**Summary** The pointer line unlocks very easily when you make slight vertical movements on selectable links in the source code, so it's difficult to keep your hand steady enough to...

**Summary** After playing back a debugging session, I often want to exit the debugger and explore the codebase with what I've learned. I will remember class names or method names...

**Summary** It's annoying to repeatedly press up and down on the controller to get to a class member, especially if a class has more than a dozen members. I'd like...

**Summary** The code visualization is great, but it took me a while to determine what each of the little bits of information represented. E.g. the small blue bars represent code...

**Summary** The lack of audio feedback is noticeable in the app. I'm used to VR apps providing sound effects when there are actions or events. For example, when I hover...

Adds a delete button to the account edit screen in the admin panel. Includes a confirmation dialog and states. Also removes the bulk delete capability from the account list. Goes...

This repo contains a doc with several useful updates but the website shows an older document with some mistakes. Please republish the latest refresher. (Thanks for this resource BTW).

getVRDevices returns device information that is not very useful: ``` HMDVRDevice { hardwareUnitId: "uknownHMDInfo-0x18545800", deviceId: "somedevid", deviceName: "HMD Device" } PositionSensorVRDevice { hardwareUnitId: "uknownHMDInfo-0x18545800", deviceId: "somedevid", deviceName: "HMD Position Device"...

Most other ECS libraries either provide `delta` and/or `elapsed` global clock times in their update/tick functions. It would be convenient if HECS either provided the same functionality or even just...