-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Problem
We want to be able to display icons in a grid of arbitrary size. Create a sample icon (happy face, rocket, etc.) and store the icon "template" as a constant.
Then design a function that can render a pixel map of that icon on a display of arbitrary size.
Bonus. Design a function which can return the set of screen states necessary to animate the icon scrolling across the screen,
Deliverable
- There is a place that icon templates can be created and added to
- There is a funcitonthat accepts an icon and a grid size ( maybe scale) and returns the pixel array representing the icon on the screen
- There is a function which accepts an icon and a grid size and returns a set of arrays representing a scroll animation for the icon on the screen
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels