Skip to content

Commit

Permalink
Update Change Log (#183)
Browse files Browse the repository at this point in the history
* Added info about live viewer and javis frame

* Added info about drawing text
  • Loading branch information
TheCedarPrince authored Sep 17, 2020
1 parent 1967634 commit 4e1c1f3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@
- for Transformations and `appear` and `disappear`
- Show progress of rendering using [ProgressMeter.jl](https://github.com/timholy/ProgressMeter.jl)
- Use [VideoIO](https://github.com/JuliaIO/VideoIO.jl) for faster rendering without temporary images
- Ability to draw text in an animated way
- Ability to draw animated text via `appear(:draw_text)`
- Must be called inside a `SubAction`
- Ability to morph with `fill` or `stroke` and using `SubAction` to specify changes in color

- Added live viewer based on `Gtk.jl` in the `javis` function
- Activate in `javis` by setting `liveview = true`
- Prototype returning single frame of Javis animation with `get_javis_frame`
- Currently must be invoked after `javis` function call
- Can be called via `Javis.get_javis_frame` as it is not exported yet
- An object described by an action can follow a path (a vector of points). See `follow_path`


## 0.1.5 (14th of September 2020)
- Bugfix in svg parser when a layer gets both transformed and scaled
Expand Down

0 comments on commit 4e1c1f3

Please sign in to comment.