ScenicFramework / scenic

Core Scenic library
Apache License 2.0
1.99k stars 137 forks source link

Add alpha channel to sprites #315

Closed seb3s closed 7 months ago

seb3s commented 1 year ago

Description

This PR adds an optional alpha channel to sprite commands. There is a corresponding PR in scenic_driver_local to handle that change.

Motivation and Context

This is very useful to apply smooth transitions efficiently without multiplying the sprites themselves.

Types of changes

seb3s commented 1 year ago

Hi @boydm , I've opened a thread on slack with a small demo of the results. If you have time to have a look :-) Cheers, Sébastien