You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The render call in the first tutorial fails once the act! call is introduced to demonstrate animation. The tutorial up to that point works fine, i.e. just rendering the static red and blue circles.
To Reproduce
Julia Version (i.e. output of julia -v): 1.7.2
Operating system (Mac, Linux, Windows): Mac
Javis version (i.e output of ] status Javis in the REPL): v0.8.0#main (same for released version)
Ah, should have pushed through a bit more. I realized that I used a 0 instead of an O in the anim_rotate_around call. So much for not copy-pasting example code in order to develop some muscle memory! :)
That said, I wonder if it would help to introduce O separately in the tutorial to better highlight it.
Describe the bug
The
render
call in the first tutorial fails once theact!
call is introduced to demonstrate animation. The tutorial up to that point works fine, i.e. just rendering the static red and blue circles.To Reproduce
Julia Version (i.e. output of
julia -v
): 1.7.2Operating system (Mac, Linux, Windows): Mac
Javis version (i.e output of
] status Javis
in the REPL): v0.8.0#main (same for released version)Minimum working code example that led to bug:5.
Expected Behavior and Actual Behavior
Expected: Works as per tutorial.
Actual: Error:
The text was updated successfully, but these errors were encountered: