-
Notifications
You must be signed in to change notification settings - Fork 198
Description
Today, in many browsers, students can already right-click on a drawing in the CodeWorld canvas, and save it as an image. That's great, but it's not very discoverable, and the steps to do it depend on the browser. We would like to make export to images a built-in capability of CodeWorld.
It's not possible today to export an animation in a common format. Students should be able to easily save their animations as either animated gif files, or as videos. It should be easy to upload them to YouTube, Facebook, or Instagram.
It's possible to consider the same thing for simulations; though, because simulations get random number sources, it's not entirely semantically sound. That is, you'd be better off labeling this as "record" rather than "export". Similarly, you could offer to "record" an interaction, as well.
Related: #22