Kevin Reid
Kevin Reid
MathBox has moved to a "v2" with a different API but similar principles, so just bringing in the new code won't work.
- Layout suitable for small screens (this may have to wait for #4 (breaking up the text) to fit sensibly) - Non-keyboard-based navigation
The keyboard controls which exist aren't documented. They should be explained with something visible on the first slide. - left/right arrows to change slides. - space to pause/resume signal. -...
Add an alternative version of the slide captions which makes sense for someone viewing the slides, not narrating them. Probably with a larger text size and broken up into more...
In the current design, the rotation of a block is a function (computed by a circuit in the block) of the state of the block, and so it is not...
When I tried Cubes on Firefox Mobile on my Galaxy Nexus on September 18, 2012 (I didn't catch what the version was), I got this shader compile failure: ``` Error:...
The system for rotating blocks when they are placed should be made more flexible. The current system chooses the best of a set of allowed orientations, according to the alignment...
The `indicator` circuit behavior does something impossible. Specifically, it alters the world as the result of a circuit it is in. However, IC blocks which use `become` or `setRotation` will...
Shaders and such are fetched using URLs constructed by concatenation; proper relative URL resolution should be used instead. Here is a JavaScript implementation of such: https://gist.github.com/1088850 Another possibility is to...
Add to the default world generation objects objects which produce significant shadows. This is tricky because of the high amount of diffuse reflection. Possibilities: - Make the outside illumination directional,...