ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
15.55k stars 806 forks source link

Actionscript Tracking: flash.display.BitmapData #290

Open Dinnerbone opened 4 years ago

Dinnerbone commented 4 years ago

This is the tracking issue for flash.display.BitmapData in AVM1. We will check off each item of progress as appropriate, and fill in any relevant or missing information as we continue development of Ruffle.

Legend

Each checkbox is independent of another. It's entirely possible for something to be tested but not exist yet, or for us to believe that it's completely functional but we haven't made enough tests to prove it.

"Property Exists"

This means the item exists, but may not necessarily be fully implemented.

"Has Test Coverage"

This means that we believe that we have a good test coverage of this item, regardless of if those tests pass. It's okay to have tests available but not implement the item yet.

"Completely Functional"

This means we believe that the item is completely implemented, and no more work needs to be done towards making it functional.

flash.display.BitmapData

Static Methods

loadBitmap(id)

Properties

width : Number

Methods

BitmapData(width, height, transparent, fillColor)

Txori commented 3 years ago

I made a strip down example of what I'm doing to load png from an external swf library. Can't wait to see that working as I'm using this method in several of my games: https://www.txori.com/stuff/ruffle/

Lord-McSweeney commented 1 year ago

draw has been implemented.

iwannabethedev commented 1 year ago

AVM1 pixelDissolve() should be completely functional and have good test coverage.