Documentation ¶
Index ¶
- Constants
- Variables
- func NewAnimator(ctx context.Context, animation Animation, initial image.Image, fps int, ...) *taro.Program
- func NewStory(ctx context.Context, creator Creator) *taro.Program
- type Animation
- type Animator
- type Collapse
- type Conway
- type Cos
- type Creator
- type Cyform
- type Fluid
- type Midjo
- type Option
- type Story
Constants ¶
View Source
const (
POSITION_FACTOR = 10
)
View Source
const (
TICKS_PER_SECOND = 10
)
Variables ¶
View Source
var Animations = map[string]Creator{}
Functions ¶
func NewAnimator ¶
Types ¶
type Animator ¶
type Animator struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.