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
Loving the concept and the simplicity of it, the photos, too omg so cool 📸.
Neat idea to have the minimap via canvas. Just a tip there if you want - maybe good to use a single Canvas DOM element and update content inside of it to avoid too much memory overhead if a longer page occurs. ❤️
The text was updated successfully, but these errors were encountered:
that’s indeed a great idea.. i thought on doing it with a fixed position, but certainly by reusing the same canvas would be better
ideally i’m not redrawing that canvas much, only when resizing — i’m using the svg "brush" thing to don’t recalculate on the same canvas, haven’t measured how heavy it is tho.
but indeed when i "finish" the base would be the most important place to shave edges on js performance
Loving the concept and the simplicity of it, the photos, too omg so cool 📸.
Neat idea to have the minimap via canvas. Just a tip there if you want - maybe good to use a single Canvas DOM element and update content inside of it to avoid too much memory overhead if a longer page occurs. ❤️
The text was updated successfully, but these errors were encountered: