Folcon

Results 76 comments of Folcon

> I am gonna need something like this one day too, maybe I’ll learn a thing or two from your setup! This was a surprising pain, but that was part...

Some questions that have come up if you feel like answering =)... 1. > My bad, you don’t need Bitmap for it. You can allocate in-memory Surface directly https://github.com/HumbleUI/Skija/blob/4620befb3b4e0a68e721138991ea658252e372f5/examples/bitmap/src/RenderToBitmap.java#L8-L9 So...

1. > Re: caching layers, what you described sounds right. Just make sure to cache Image too, not requesting it from Surface on each frame I assume you mean I...

You meant doing it in `on-resize` right? That seems to create an infinite loop? Was there some other thing that I was supposed to do in addition to that? A...

Yea, feel a bit embarrassed about that, perils of late night coding. Just as a heads up, I've been using the lib for [my entry](https://github.com/Folcon/FE-7drl-2022) in the [2022 7drl](https://itch.io/jam/7drl-challenge-2022) and...

I've just checked out the project as a checkout and so far all the test cases clj and cljs pass.

Ok, updating the clojure version to `1.10.1` or `1.10.0` causes the issue, but not `1.9.0`. Updating clojurescript from `1.9.908` to `1.10.520` caused only 2 test failures in `core.matrix/src/test/clojure/clojure/core/matrix/test_api.cljc`: ```clojure (deftest...

Ok, so initially isolated it to `1.10.0-alpha7`, `1.10.0-alpha6` appears to work fine... However, funnily enough `1.10.0-alpha5` is also broken, but not `1.10.0-alpha4`... Which is prompting me to exhaustively see if...

Nope, just tried everything north of `1.10.0-alpha7` and no dice...

I've so far not been able to require `core.matrix` in `1.10.0-alpha6`, trying `1.10.0-alpha4`...