rdw-archive / WebClient

[Proof of Concept] Browser-based client capable of rendering networked multiplayer games using modern web technologies
1 stars 0 forks source link

Streamline the legacy Bitmap API #184

Closed Duckwhale closed 2 years ago

Duckwhale commented 2 years ago

This transforms the legacy code into a more standardized image processing API. It's still far from great, but the old code was hilariously bad... in fact, it must be one of the first things I ever wrote in JavaScript.

Improvements in this PR:

While this should probably be split into several (many) individual PRs, it's one large rewrite/refactor so I guess it doesn't matter.