Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baku89/ui-study
Parameters UI Study
https://github.com/baku89/ui-study
Last synced: 15 days ago
JSON representation
Parameters UI Study
- Host: GitHub
- URL: https://github.com/baku89/ui-study
- Owner: baku89
- License: mit
- Created: 2018-02-06T23:59:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T13:58:41.000Z (over 5 years ago)
- Last Synced: 2024-05-02T05:07:05.917Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.37 MB
- Stars: 220
- Watchers: 12
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UI Study
![](./public/assets/page-link_parameter-control.png)
**[Demo](http://ui.baku89.com)**
Study of patameter controls UI for creative-purpose softwares. (Such as AfterEffects, Cinema4D)
The motivation of this project is described here: [Study of UI](http://baku89.com/ui-study)
## Development Environment
### Transpiler languages
- JavaScript: [TypeScript](https://www.typescriptlang.org/)
- CSS: [Stylus](http://stylus-lang.com/)### Build tools
- Yarn
- Vue CLI 3### To transpile and debug:
```
yarn install
yarn serve
```## Relating Documents
- [Classified Table of Parameter Controls](https://docs.google.com/spreadsheets/d/1iyjMUTgJAZhPu4Rg2aV1QPgwSUWBAfuuRCwx0Yki4XM/edit#gid=0)
## License
This repository is published under a MIT License. See the included [LISENCE file](/LICENSE).