Skip to content

New "Useful Data" section and other improvements

Latest
Compare
Choose a tag to compare
@jvalen jvalen released this 10 May 19:19
· 93 commits to master since this release

"Useful Data" section

The motivation behind this new section is to extract our project's data in an easier way while being able to play a bit with the output format.

At the moment we can get every pixel color of our project by frame and tweak the output with the following options:

  • Change the color format: #000000, 0x000000, rgba(0,0,0,1).
  • Reverse the order of the pixels by rows (odd, even or both rows).
    • This feature comes handy when you want to use your art's data in a another project. I.e. if you have a LED matrix and you want to render your drawing, it could happen that the pixel that you considered to be the first one is actually the last of its row. This feature can help to speed up your work.

You can find this feature in: Load -> Useful Data

Modal layout changes and fixes

  • Copy to clipboard feature has been added to all the output fields.
  • The close button and header elements within the modal are now fixed positioned.
  • There is an inner scroll in the modal's body
  • Once the modal is opened, the background scroll is disabled.