7 Commits

Author SHA1 Message Date
Maxim Tuprikov
19a9d27635
Feature/scroll (#22)
* base scroll implementation

* add scroll collection example
mofidy scrolls, fix callback calls

* unhover button if start swipe
notify input components on swipe

* add node center offset, calc by pivots
modify with with node center scroll (to correct scroll to point)

* Refactor, add some docs

* fix: set_pos on end on scroll

* add gui.animate speed in settings
2019-04-07 12:10:16 +03:00
Maxim Tuprikov
d49cd2777e
Feature/progress (#17)
* improve example gui. Add simple pages

* return old progress bar with example

* base progress with steps, there is bug with step? 1 ~= 1, small delta?

* polish progress, check float error case

* add callback on end of "to" function, value check

* start of green/red in progress

* add first version of rich progress bar

* make green bar darker

* rich bar fixes

* add delay, before filling in rich progress

* PR fixes

* remove dublicate of 'progress_rich'
2019-04-03 23:23:06 +03:00
Maxim Tuprikov
12f5f22b69
check project code style. add .luacheckrc (#7) 2019-03-29 00:45:46 +03:00
Alexey Gulev
cb82acd5da - new log function for debug
- clear metatable for the factory
2019-03-27 21:30:58 +01:00
Maxim Tuprikov
5709975ed4
add text component (#4) 2019-03-27 22:20:50 +03:00
Insality
349f73c515 play sound example. Setup via settings 2019-03-27 09:41:13 +03:00
Insality
5f2541c757 refactor button, add factory settings 2019-03-27 09:09:49 +03:00