Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
/ cafu_rotator Public archive

🌀 Rotator is rotation increment logic using observable

License

Notifications You must be signed in to change notification settings

umm/cafu_rotator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cafu_rotator

What

  • Rotator is rotation increment logic by observable

Requirement

  • cafu_resume_pause
  • extra_unirx
  • event_activator

Install

yarn add "umm/cafu_rotator#^1.0.0"

Usage

Implement preseneter

public class MyPresenter : IRotatorPresenter, IResumePausePresenter
{
    public IRotatorUseCase RotatorUseCase { get; private set; }
}

Attach RotatorInput on your rotation input object. Attach RotatorRenderer on your rotation rendering object. Attach RotatorCountText on your rotation count text.

License

Copyright (c) 2018 Takuma Maruyama

Released under the MIT license, see LICENSE.txt