Sean T. McBeth
Sean T. McBeth
STATE! State is difficult to manage! But it's expensive to recompute state on every frame of rendering/every edit. After Issue #160 was finished, edits to large documents are pretty fast....
To make it easier to sync text editor state across peers, and to enable different rendering scenarios, the text editor state should be a separate, managed object from the text...
I'd like to eventually get to editing GLSL directly in Primrose. That should come with a syntax grammar for GLSL so highlighting can be achieved.
A soft keyboard is necessary for systems like Google Cardboard and Gear VR that don't have a physical keyboard available. You won't want to use it all the time, but...
For both objects and scripts, the browser environment session should be like a Lisp REPL state and should be possible to export out to a file that can later be...
Completing both the Live API and any tokens in the user's script.
### Why Issue #124 discusses a desire to have concrete types for the `image` and `mipmaps` fields of `THREE.Texture`. This is made difficult by the fact that Three.js appears to...