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
in p5js there is push and pop used for e.g. transforming coordinates or in general a temporary "mode" change.
in nim it would be more idiomatic to define templates for common stuff, see for example (case of rotate or translate) Hugo advent 22 day 2 and usages below
probably a generic pushPop (or in other way named) template could be added too
The text was updated successfully, but these errors were encountered:
in p5js there is push and pop used for e.g. transforming coordinates or in general a temporary "mode" change.
in nim it would be more idiomatic to define templates for common stuff, see for example (case of rotate or translate) Hugo advent 22 day 2 and usages below
probably a generic pushPop (or in other way named) template could be added too
The text was updated successfully, but these errors were encountered: