|
|
|
|
|
by DocSavage
4454 days ago
|
|
A lot of the links from the repo README are broken or in an invite-only area. The main docs I've seen are the markdown guides here: https://github.com/Famous/guides The biggest disappointment is what seems like less-than-rock-solid desktop browser support. Support for iOS and Android only with "Broader support for more browsers is coming"?? (After all the discussion of not releasing until everything is rock solid?) I noticed it with some of the initial demos that didn't allow you to rotate the element chart using your mouse, but it worked fine on an iPad. For all the talk of 3d, I don't see anything on par with a three.js in the source. Seems like React + a physics engine... |
|
Mouse support in desktop browsers will improve over time. Designing input to accommodate two fairly different inputs is pretty tricky and this isn't a solved problem anywhere yet. Sites/apps that work in both mobile touch and desktop browser settings currently all use mouse pointer interactions (basically just tap, double tap, swipe) Adding multi-touch interactions complicates things quite a bit. Since we're working from mobile towards desktops.
We're working on better desktop support ourselves and would love contributions from the community that help improve the desktop experience for everything.