Results 10 issues of DeviateFish

This contains what's essentially a rewrite of the `leaflet-image` plugin. That plugin mostly worked, but didn't handle fractional zooms and some of the transforms that (newer versions of?) `Leaflet` uses....

Let me preface this by saying that I really enjoy the work you've done here, and think you've built a wonderful tool for the Satisfactory community. I use the interactive...

There are a couple instances where inserted values in `JSONB[]` columns are not properly escaped. Specifically, this applies to double-quotes (`"`) and unicode escape sequences (i.e. `\u0026`) when they appear...

bug

So... a while ago Google Cloud decided to end-of-life the instance the site was running on. By the time I got around to trying to deploy it on a new...

Rather than updating the local and model matrices every time one of their components changes, only update them next time you need to draw them, if the values are stale.

0.24.0

A while back, I switched everything over to use `Promise`s holistically, but it turns out that might not be a great idea for something that's basically an extraordinarily stripped-down rendering...

0.24.0

Move all the logic around loading assets and drawing using programs into a child class of a drawable. This should leave all the logic around animations and matrices in the...

0.23.0

Perhaps consider creating an engine, and then having the engine provide all the relevant functionality. Consider moving to promises for loaded assets, so they can be more easily loaded in...

enhancement
RFC
0.23.0

Really, they're referring to transparent and opaque. Sort this out... And possibly, while we're at it, fix the sorting of drawables. Opaque objects are rendered first, from near to far...

enhancement
0.23.0

How to test something that's a library for webgl? This is an open question. Simple tests should be added (i.e. every provided drawable is an instance of the base class,...

Workflow
Build tools
0.23.0