Skip to content

danielterra/canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Canvas experiment

Use the input to provide a url, the program will try to find de site favicon.ico and add it to the canvas. The icon will be animated on the canvas.

Key learings

  • Get the context first, everything happens there.
  • Canvas need to be cleared at every animation frame.
  • Canvas it all about context, it need to be configured before every new paint.

What's next

  • Collision detection.
  • A better way to add icons without writing the urls.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages