-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ideas v2 #15
Comments
hi. i want features to use this library as more dynamically. if it is possible, can't we merge StringInput & StringOutput? (and NumberInput & NumberOutput) thanks. 👍 |
@automat first one is related to 2nd. for example:
i think this is useful to sync parameter in complex systems. thanks. |
When typing into a NumberInput you can't type a full number. Typing: 19, results in a "1", and then a "9" as the final value. Click on a NumberInput and drag the mouse to affect the value. The ability to have multiple inputs on one line to condense the space (perhaps have a more compact modifier to minimize space if there are lots of options). More fluid position, allow setting position from bottom left for example. |
Hi,
I´m currently working on v2 (see here).
Main-focus for the new version is to support multiple render-targets including dom, canvas and webgl , mostly for environments with no access to the dom.
Another goal is to streamline styling in the new version, as there is too much css-uglyness happening right now. The new styling system will build be build on top of flexbox, also to support non-dom render-targets. External styling for those targets will be based on facebooks flexbox-implementation.
Enhancing object bindings and object change callback api is another big thing.
As there have been some discussions for changes/additions I want this place to be used for suggesting enhancements for v2. Valid/good suggestions will be move to separate issues.
Thanks
The text was updated successfully, but these errors were encountered: