-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first step of Action -> Object, SubAction -> Action (#226) * first step of Action -> Object, SubAction -> Action * docstring for Action * docstrings for Object * Implementation of render and act (#228) * use act and render syntax * Working with the variable instead of the id (#230) * working without extra identifier * Tutorial 1 v0.3 (#244) * tutorial 1 for v0.3 * Updated tutorial 1 explanation Co-authored-by: Jacob Zelko <[email protected]> * Docstrings v0.3 (#237) * first step of Action -> Object, SubAction -> Action * fixed unit tests * fixed svg tests * fix animations.jl (only morphing is missing) * changed morphing. All tests should pass * codecov and ambiguity * docstring for Action * small docstring fixes * removed ability to have more transitions in one action * docstrings for Object * docstring for BackgroundObject * copy action when adding to an object * use act and render syntax * working without extra identifier * extra codecov test * updated tutorial 1 * some docstring fixes for v0.3 * Final check on first pass of v0.3.0 docstrings Co-authored-by: Jacob Zelko <[email protected]> * Ability to disable an action after its last defined frame (#242) * keep or not keep an action * Wik feature setopacity (#241) * implementation of setopacity * Translation -> anim_translate and co + unit tests (#250) * Translation -> anim_translate and co + unit tests * Change BackgroundObject to Background (#261) * sed and replaced all occurences of BackgroundObject to Background * Notice about syntax change for background * Added notice about change of Action syntax * Formatted docstring for Background * Tutorial 1 for v0.3 (#262) * updated tutorial to `anim_rotate_around` Co-authored-by: Jacob Zelko <[email protected]> * Feature global frames (#265) * bugfix in :same for Action and implementation of Glob * Rel -> RFrames, Glob to GFrames * Example follow path v0.3 (#264) * follow bezier path for v0.3 with GFrames * preprocess_frames! function (#263) * preprocess_frames! function Co-authored-by: Jacob Zelko <[email protected]> * Tutorial 6 for v0.3 (#267) * tutorial 6 for v0.3 * Adjusted some grammar and light rewording of some sentences Co-authored-by: Jacob Zelko <[email protected]> * HowTo v0.3 (#269) * first part of HowTo Co-authored-by: Jacob Zelko <[email protected]> * Updated Jarvis (#272) * Updated Jarvis with draw_text Co-authored-by: Jacob Zelko <[email protected]> * LaTeX tutorial for v0.3 (#271) * updated Latex tutorial Co-authored-by: Jacob Zelko <[email protected]> * [WIP] Feature transpose (#175) - morphing several shapes - i.e. transpose Co-authored-by: Jacob Zelko <[email protected]> * Warning if no background (#273) * show a warning if some frames don't have a background * Update Tutorial 2 for v0.3.0 (#268) * Reduxed code for tutorial 2 * Changed notes from Action to Object syntax * Cleaned code and fixed up grammar * Fixed wording * Fixed code * Fixed references to Object * Removed superfluous file * Removed section on Animation * v0.3 Fourier (#274) * fourier example * Docstrings for v0.3 (#276) * docstrings fixes for anim_, act!, javis, SubAction, grammar Co-authored-by: Jacob Zelko <[email protected]> * Warning if action is defined out of object frames (#278) * Throw warning if action is outside object frames * test case fix + format * Clarified warning msg Co-authored-by: Jacob Zelko <[email protected]> * Redux of tutorial 5 (#280) * Redux of tutorial 5 Co-authored-by: Ole Kröger <[email protected]> * Final check v0.3 (#281) * Removed SubAction and checked for Rel/BackgroundAction * fixed all references * added line to changelog * finished v0.3 Co-authored-by: Ole Kröger <[email protected]> * format * Taming and link to change * changed SubAction name to Action * removed prints Co-authored-by: Jacob Zelko <[email protected]>
- Loading branch information
1 parent
599f1c9
commit 88a57ce
Showing
81 changed files
with
3,489 additions
and
10,851 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "Javis" | ||
uuid = "78b212ba-a7f9-42d4-b726-60726080707e" | ||
authors = ["Ole Kröger <[email protected]>", "Jacob Zelko <[email protected]>"] | ||
version = "0.2.2" | ||
version = "0.3.0" | ||
|
||
[deps] | ||
Animations = "27a7e980-b3e6-11e9-2bcd-0b925532e340" | ||
|
@@ -10,12 +10,14 @@ ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f" | |
FFMPEG = "c87230d0-a227-11e9-1b43-d7ebe4e7570a" | ||
Gtk = "4c0ca9eb-093a-5379-98c5-f87ac0bbbf44" | ||
GtkReactive = "27996c0f-39cd-5cc1-a27a-05f136f946b6" | ||
Hungarian = "e91730f6-4275-51fb-a7a0-7064cfbd3b39" | ||
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0" | ||
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f" | ||
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179" | ||
Luxor = "ae8d54c2-7ccd-5906-9d76-62fc9837b5bc" | ||
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" | ||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
VideoIO = "d6d074c3-1acf-5d4c-9a43-ef38773959a2" | ||
|
||
[compat] | ||
|
@@ -25,6 +27,7 @@ ColorTypes = "0.10" | |
FFMPEG = "0.3, 0.4" | ||
Gtk = "1.1" | ||
GtkReactive = "1.0.3" | ||
Hungarian = "0.6" | ||
Images = "0.20, 0.21, 0.22, 0.23" | ||
LaTeXStrings = "1.1" | ||
LightXML = "0.9" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.