Wade Brainerd
Wade Brainerd
Hi there. I'm not sure if there's any interest in this feature. It adds Google Docs-like collaboration to TIC-80, while keeping to the spirit of the overall project, at least...
- Use freerdp.org / libfreerdp.
Currently when disconnect there is no way to interact with a VNC widget. Change it to work like the VLC widget where a thread is spawned per widget, and can...
VNC plugin should respond to "activate" and "deactivate" messages and hide its cursor when not active. Currently with multiple VNC widgets it's a bit weird as each one displays its...
Using the Android Motion events: ``` http://developer.android.com/reference/android/view/MotionEvent.html ``` Have to plumb this through from the Java code: ``` // VRLib/src/com/oculusvr/vrlib/VrActivity.java: public static native void nativeKeyEvent(long appPtr, int keyNum, boolean down,...
Currently the vector math for the menus is a bit lame; it always appears down the 0,0,-1 axis. Improve this to open the menu wherever the user is looking, or...
When the menu is opened, the active widget should be queried for the menu contents. This will allow for more complex menus, e.g. those that represent state. Make various toggle...
I'm imagining two possible behaviors, not mutually exclusive: 1. An menu option "swap with..." which when active puts the shell into "pick mode", when something is selected it will swap...
When a 2D widget is using gaze cursor, we can apply a slight power curve to the normalized X and Y positions to allow tracking to the edges of the...
The V8, VNC, and VLC plugins are massive and are currently compiled directly into libshellspace.so. These should be compiled into separate plugin .so files, which are dynamically loaded by the...